Derive Macro Spanned

Source
#[derive(Spanned)]
Expand description

Automatically derives Spanned for the annotated type. This will work as long as there is some struct field of type Span.