Searched defs:UnderscoreLifetimes (Results 1 – 1 of 1) sorted by relevance
65 pub struct UnderscoreLifetimes<'a> { struct70 pub fn to_underscore_lifetimes(&self) -> UnderscoreLifetimes { in to_underscore_lifetimes()75 impl<'a> ToTokens for UnderscoreLifetimes<'a> { implementation