Searched refs:GetSpanInner (Results 1 – 1 of 1) sorted by relevance
3 use self::get_span::{GetSpan, GetSpanBase, GetSpanInner};197 GetSpan(GetSpanInner(GetSpanBase(span))) in get_span()205 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>);207 pub struct GetSpanInner<T>(pub(crate) GetSpanBase<T>); struct218 impl GetSpanInner<DelimSpan> { impl233 type Target = GetSpanInner<T>;241 impl<T> Deref for GetSpanInner<T> { implementation