pub trait Spanned { // Required method fn span(&self) -> Span; }
Types that have a span associated.
Returns the span associated with this value.