Home
last modified time | relevance | path

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

/external/rust/cxx/macro/src/
Dgenerics.rs8 pub struct ImplGenerics<'a> { struct
23 ) -> (ImplGenerics<'a>, TyGenerics<'a>) { in split_for_impl() argument
24 let impl_generics = ImplGenerics { in split_for_impl()
36 impl<'a> ToTokens for ImplGenerics<'a> { implementation
/external/rust/crates/syn/src/
Dgenerics.rs306 pub struct ImplGenerics<'a>(&'a Generics); struct
357 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument
359 ImplGenerics(self), in split_for_impl()
411 generics_wrapper_impls!(ImplGenerics);
1047 impl<'a> ToTokens for ImplGenerics<'a> { implementation
Dlib.rs365 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};