[][src]Type Definition arithmetic_parser::NomResult

type NomResult<'a, T> = IResult<Span<'a>, T, SpannedError<'a>>;

Parsing outcome generalized by the type returned on success.