Home
last modified time | relevance | path

Searched defs:TypeGenerics (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/strum_macros/src/macros/strings/
Dfrom_string.rs156 _ty_generics: &syn::TypeGenerics, in try_from_str()
167 ty_generics: &syn::TypeGenerics, in try_from_str()
/external/rust/crates/syn/src/
Dgenerics.rs297 pub struct TypeGenerics<'a>(&'a Generics); struct
331 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument
392 impl<'a> TypeGenerics<'a> { implementation
1067 impl<'a> ToTokens for TypeGenerics<'a> { implementation
/external/rust/crates/serde_derive/src/
Dde.rs3139 syn::TypeGenerics, in split_with_de_lifetime()