Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs197 pub struct GetSpanInner<T>(pub(crate) GetSpanBase<T>); struct
208 impl GetSpanInner<DelimSpan> { implementation
231 impl<T> Deref for GetSpanInner<T> { implementation