diff --git a/src/rcore/modes.rs b/src/rcore/modes.rs index 3a096d8..effbbb4 100644 --- a/src/rcore/modes.rs +++ b/src/rcore/modes.rs @@ -2,6 +2,7 @@ use std::marker::PhantomData; use super::*; +/// [`Mode`] equivalent of [`ParseResult`]. pub type ModeResult = Result<::ParseSuccess, E>; /// Mode of parsing.