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

Required methods

Implementations on Foreign Types

Implementors