Home
last modified time | relevance | path

Searched refs:TypeGenerics (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dgenerics.rs297 pub struct TypeGenerics<'a>(&'a Generics); structure names
299 /// Returned by `TypeGenerics::as_turbofish`.
331 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl()
334 TypeGenerics(self), in split_for_impl()
387 generics_wrapper_impls!(TypeGenerics);
392 impl<'a> TypeGenerics<'a> { impls
1067 impl<'a> ToTokens for TypeGenerics<'a> {
1116 TypeGenerics(self.0).to_tokens(tokens); in to_tokens()
H A Dlib.rs393 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};

Completed in 3 milliseconds