Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs205 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>); struct
211 impl GetSpan<Span> { implementation
232 impl<T> Deref for GetSpan<T> { implementation