pub trait Spanned { fn span(&self) -> Span; }
This trait can be derived with #[derive(Spanned)].
#[derive(Spanned)]
Get span of self.
self