[][src]Type Definition arithmetic_parser::Spanned

type Spanned<'a, T> = LocatedSpanEx<&'a str, T>;

Value with an associated code span.