Function syn::fold::fold_type_path

source ยท
pub fn fold_type_path<F>(f: &mut F, node: TypePath) -> TypePath
where F: Fold + ?Sized,