Home
last modified time | relevance | path

Searched refs:GetSpanBase (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/quote/src/
H A Druntime.rs1 use self::get_span::{GetSpan, GetSpanBase, GetSpanInner};
187 GetSpan(GetSpanInner(GetSpanBase(span))) in get_span()
197 pub struct GetSpanInner<T>(pub(crate) GetSpanBase<T>);
199 pub struct GetSpanBase<T>(pub(crate) T); structure names
215 impl<T> GetSpanBase<T> { impls
232 type Target = GetSpanBase<T>;

Completed in 1 milliseconds