Type Definition arithmetic_parser::NomResult[][src]

type NomResult<'a, T> = IResult<InputSpan<'a>, T, Error<'a>>;
Expand description

Parsing outcome generalized by the type returned on success.