Type Definition arithmetic_parser::InputSpan[][src]

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

Code span.

Trait Implementations

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

fn into_input_span(self) -> InputSpan<'a>[src]

Converts input into a span.