Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Dfold.rs350 fn fold_impl_item_method(&mut self, i: ImplItemMethod) -> ImplItemMethod { in fold_impl_item_method() method
1908 pub fn fold_impl_item_method<F>(f: &mut F, node: ImplItemMethod) -> ImplItemMethod in fold_impl_item_method() function