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