[][src]Type Definition arithmetic_parser::NomResult

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

Parsing outcome generalized by the type returned on success.