macro_rules! span_range {
($span:expr) => { ... };
}Expand description
Get a Range<Span> from a
type that either implements SpanRanged or ToTokens (NOT
both).
macro_rules! span_range {
($span:expr) => { ... };
}Get a Range<Span> from a
type that either implements SpanRanged or ToTokens (NOT
both).