[][src]Trait nu_source::HasFallibleSpan

pub trait HasFallibleSpan: PrettyDebugWithSource {
    fn maybe_span(&self) -> Option<Span>;
}

Required methods

fn maybe_span(&self) -> Option<Span>

Loading content...

Implementations on Foreign Types

impl HasFallibleSpan for Option<Span>[src]

impl<T> HasFallibleSpan for Option<Spanned<T>> where
    Spanned<T>: PrettyDebugWithSource
[src]

impl<T> HasFallibleSpan for Option<Tagged<T>> where
    Tagged<T>: PrettyDebugWithSource
[src]

Loading content...

Implementors

impl<T: HasSpan> HasFallibleSpan for T[src]

Loading content...