[−][src]Trait nu_source::HasFallibleSpan
Required methods
fn maybe_span(&self) -> Option<Span>
Implementations on Foreign Types
impl HasFallibleSpan for Option<Span>
[src]
fn maybe_span(&self) -> Option<Span>
[src]
impl<T> HasFallibleSpan for Option<Spanned<T>> where
Spanned<T>: PrettyDebugWithSource,
[src]
Spanned<T>: PrettyDebugWithSource,
fn maybe_span(&self) -> Option<Span>
[src]
impl<T> HasFallibleSpan for Option<Tagged<T>> where
Tagged<T>: PrettyDebugWithSource,
[src]
Tagged<T>: PrettyDebugWithSource,