Searched defs:group_methods (Results 1 – 2 of 2) sorted by relevance
51 group_methods: Vec<Method>, field981 pub fn group_methods(&self) -> TokenStream { in group_methods() method982 let group_methods = &self.group_methods; in group_methods() localVariable
412 let group_methods = parent_item.group_methods(); in gen_augment() localVariable