Home
last modified time | relevance | path

Searched refs:fold_impl_restriction (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dfold.rs474 fn fold_impl_restriction( in fold_impl_restriction() method
478 fold_impl_restriction(self, i) in fold_impl_restriction()
2344 pub fn fold_impl_restriction<F>( in fold_impl_restriction() function
2586 restriction: (node.restriction).map(|it| f.fold_impl_restriction(it)), in fold_item_trait()