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

Required Methods

Implementors