[−][src]Type Definition arithmetic_parser::Spanned
type Spanned<'a, T = ()> = LocatedSpan<&'a str, T>;
Value with an associated code span.
type Spanned<'a, T = ()> = LocatedSpan<&'a str, T>;
Value with an associated code span.
impl<'a> Spanned<'a>[src]