Searched refs:ImplGenerics (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 180 ImplGenerics(self), in split_for_impl() 277 pub struct ImplGenerics<'a>(&'a Generics); struct 340 generics_wrapper_impls!(ImplGenerics); 1150 BoundLifetimes, ConstParam, GenericParam, Generics, ImplGenerics, LifetimeParam, 1196 impl<'a> ToTokens for ImplGenerics<'a> { implementation
|
| H A D | lib.rs | 419 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};
|