[][src]Type Definition arithmetic_parser::InputSpan

type InputSpan<'a> = LocatedSpan<&'a str, ()>;

Code span.

Trait Implementations

impl<'a> IntoInputSpan<'a> for InputSpan<'a>[src]