[][src]Type Definition arithmetic_parser::Spanned

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

Value with an associated code span.