Home
last modified time | relevance | path

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

/external/rust/cxx/macro/src/
Dgenerics.rs8 pub(crate) struct ImplGenerics<'a> { struct
23 ) -> (ImplGenerics<'a>, TyGenerics<'a>) { in split_for_impl() argument
36 impl<'a> ToTokens for ImplGenerics<'a> { implementation
/external/rust/crates/strum_macros/src/macros/strings/
Dfrom_string.rs155 _impl_generics: &syn::ImplGenerics, in try_from_str()
166 impl_generics: &syn::ImplGenerics, in try_from_str()
/external/rust/crates/syn/src/
Dgenerics.rs289 pub struct ImplGenerics<'a>(&'a Generics); struct
331 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl()
1015 impl<'a> ToTokens for ImplGenerics<'a> { implementation