Searched refs:fold_type_path (Results 1 – 1 of 1) sorted by relevance
928 fn fold_type_path(&mut self, i: crate::TypePath) -> crate::TypePath { in fold_type_path() method929 fold_type_path(self, i) in fold_type_path()3489 crate::Type::Path(_binding_0) => crate::Type::Path(f.fold_type_path(_binding_0)), in fold_type()3647 pub fn fold_type_path<F>(f: &mut F, node: crate::TypePath) -> crate::TypePath in fold_type_path() function