[][src]Trait arithmetic_parser::grammars::IntoInputSpan

pub trait IntoInputSpan<'a> {
    pub fn into_input_span(self) -> InputSpan<'a>;
}

Helper trait allowing Parse to accept multiple types as inputs.

Required methods

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

Converts input into a span.

Loading content...

Implementations on Foreign Types

impl<'a> IntoInputSpan<'a> for &'a str[src]

Loading content...

Implementors

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

Loading content...