Function syn::fold::fold_type_path

source ·
pub fn fold_type_path<F>(f: &mut F, node: TypePath) -> TypePathwhere
    F: Fold + ?Sized,
Available on crate feature fold only.