ModeResult
doc
This commit is contained in:
parent
f2533813ac
commit
8ef8aaf156
@ -2,6 +2,7 @@ use std::marker::PhantomData;
|
||||
|
||||
use super::*;
|
||||
|
||||
/// [`Mode`] equivalent of [`ParseResult`].
|
||||
pub type ModeResult<M, A, E, I> = Result<<M as Mode>::ParseSuccess<A, I>, E>;
|
||||
|
||||
/// Mode of parsing.
|
||||
|
Loading…
Reference in New Issue
Block a user