Trait Spanned

Source
pub trait Spanned {
    // Required method
    fn span(&self) -> Span;
}
Available on crate feature spanned only.
Expand description

Trait for any item that has a retrievable source span

Required Methods§

Source

fn span(&self) -> Span

Get the source span of this item

Implementors§