Home
last modified time | relevance | path

Searched refs:GetSpanInner (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()
195 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>);
197 pub struct GetSpanInner<T>(pub(crate) GetSpanBase<T>); structure names
208 impl GetSpanInner<DelimSpan> { impls
223 type Target = GetSpanInner<T>;
231 impl<T> Deref for GetSpanInner<T> {

Completed in 2 milliseconds