Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs207 pub struct GetSpanInner<T>(pub(crate) GetSpanBase<T>); struct
218 impl GetSpanInner<DelimSpan> { impl
241 impl<T> Deref for GetSpanInner<T> { implementation