Home
last modified time | relevance | path

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

/third_party/rust/crates/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
/third_party/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() argument
333 ImplGenerics(self), in split_for_impl()
385 generics_wrapper_impls!(ImplGenerics);
1015 impl<'a> ToTokens for ImplGenerics<'a> { implementation
Dlib.rs393 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};