Home
last modified time | relevance | path

Searched defs:fold_use_path (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/syn/src/gen/
Dfold.rs886 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path() method
3345 pub fn fold_use_path<F>(f: &mut F, node: UsePath) -> UsePath in fold_use_path() function