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

Required Methods§

Implementors§