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

Spanned returns a span including attributes, if available.

Required Methods

Implementations on Foreign Types

Implementors