Skip to main content

Spanned

Type Alias Spanned 

Source
pub type Spanned<T> = (T, Span);
Expand description

A token with its span.