Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/macro/src/
H A Dgenerics.rs8 pub struct ImplGenerics<'a> { structure names
23 ) -> (ImplGenerics<'a>, TyGenerics<'a>) { in split_for_impl()
24 let impl_generics = ImplGenerics { in split_for_impl()
36 impl<'a> ToTokens for ImplGenerics<'a> {
/third_party/rust/crates/syn/src/
H A Dgenerics.rs289 pub struct ImplGenerics<'a>(&'a Generics); structure names
331 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl()
333 ImplGenerics(self), in split_for_impl()
385 generics_wrapper_impls!(ImplGenerics);
1015 impl<'a> ToTokens for ImplGenerics<'a> {
H A Dlib.rs393 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};

Completed in 5 milliseconds