Type Definition combine::error::ParseResult2[][src]

type ParseResult2<O, E> = Result<(O, Consumed<()>), Consumed<Tracked<E>>>;

Trait Implementations

impl<O, E> Into<ParseResult2<O, E>> for FastResult<O, E>
[src]

Performs the conversion.

impl<O, E> From<ParseResult2<O, E>> for FastResult<O, E>
[src]

Performs the conversion.