Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/gen/
Dfold.rs680 fn fold_path_arguments(&mut self, i: PathArguments) -> PathArguments { in fold_path_arguments() method
2797 pub fn fold_path_arguments<F>(f: &mut F, node: PathArguments) -> PathArguments in fold_path_arguments() function