pub trait HasSpan {
    fn span(&self) -> Span;
}

Required methods

Implementations on Foreign Types

Implementors