Macro manyhow::span_range

source ·
macro_rules! span_range {
    ($span:expr) => { ... };
}
Expand description

Get a Range<Span> from a type that either implements SpanRanged or ToTokens (NOT both).