Searched refs:TypeGenerics (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/syn/ |
| H A D | generics.rs | 178 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument 181 TypeGenerics(self), in split_for_impl() 285 pub struct TypeGenerics<'a>(&'a Generics); struct 342 generics_wrapper_impls!(TypeGenerics); 347 impl<'a> TypeGenerics<'a> { impl 1151 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, Turbofish, TypeGenerics, 1248 impl<'a> ToTokens for TypeGenerics<'a> { implementation 1297 TypeGenerics(self.0).to_tokens(tokens); in to_tokens()
|
| H A D | lib.rs | 419 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};
|