Searched defs:GetSpanInner (Results 1 – 1 of 1) sorted by relevance
207 pub struct GetSpanInner<T>(pub(crate) GetSpanBase<T>); struct218 impl GetSpanInner<DelimSpan> { impl241 impl<T> Deref for GetSpanInner<T> { implementation