Searched defs:ImplGenerics (Results 1 – 3 of 3) sorted by relevance
8 pub(crate) struct ImplGenerics<'a> { struct23 ) -> (ImplGenerics<'a>, TyGenerics<'a>) { in split_for_impl() argument36 impl<'a> ToTokens for ImplGenerics<'a> { implementation
155 _impl_generics: &syn::ImplGenerics, in try_from_str()166 impl_generics: &syn::ImplGenerics, in try_from_str()
289 pub struct ImplGenerics<'a>(&'a Generics); struct331 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl()1015 impl<'a> ToTokens for ImplGenerics<'a> { implementation