Searched refs:TypeGenerics (Results 1 – 3 of 3) sorted by relevance
317 pub struct TypeGenerics<'a>(&'a Generics); struct357 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument360 TypeGenerics(self), in split_for_impl()413 generics_wrapper_impls!(TypeGenerics);418 impl<'a> TypeGenerics<'a> { impl1102 impl<'a> ToTokens for TypeGenerics<'a> { implementation1154 TypeGenerics(self.0).to_tokens(tokens); in to_tokens()
365 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};
3103 syn::TypeGenerics, in split_with_de_lifetime() argument