Searched refs:fold_type_param_bound (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 915 fn fold_type_param_bound( in fold_type_param_bound() method 919 fold_type_param_bound(self, i) in fold_type_param_bound() 1253 bounds: crate::punctuated::fold(node.bounds, f, F::fold_type_param_bound), in fold_constraint() 2594 F::fold_type_param_bound, in fold_item_trait() 2616 bounds: crate::punctuated::fold(node.bounds, f, F::fold_type_param_bound), in fold_item_trait_alias() 3207 bounds: crate::punctuated::fold(node.bounds, f, F::fold_type_param_bound), in fold_predicate_type() 3453 bounds: crate::punctuated::fold(node.bounds, f, F::fold_type_param_bound), in fold_trait_item_type() 3560 bounds: crate::punctuated::fold(node.bounds, f, F::fold_type_param_bound), in fold_type_impl_trait() 3603 bounds: crate::punctuated::fold(node.bounds, f, F::fold_type_param_bound), in fold_type_param() 3610 pub fn fold_type_param_bound<F>( in fold_type_param_bound() function [all …]
|