Home
last modified time | relevance | path

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

/external/rust/cxx/macro/src/
Dgenerics.rs65 pub struct UnderscoreLifetimes<'a> { struct
70 pub fn to_underscore_lifetimes(&self) -> UnderscoreLifetimes { in to_underscore_lifetimes()
75 impl<'a> ToTokens for UnderscoreLifetimes<'a> { implementation