pub fn to_tokens_span_range(tokens: impl ToTokens) -> Range<Span> 
Expand description

Implementation of SpanRangedfor T:ToTokens

This is necessary to put in a standalone function due to compiler limitations.