Function fold_ident_error

Source
pub fn fold_ident_error<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: IdentError,
) -> IdentError
where F: Fold<T, T2> + ?Sized,