Type Definition jaq_parse::Spanned

source ·
pub type Spanned<T> = (T, Range<usize>);
Expand description

An object with position information.