Type Definition snarkvm_console_algorithms::ParserResult
pub type ParserResult<'a, O> = Result<(&'a str, O), Err<VerboseError<&'a str>>>;
Expand description
The nom
-compatible parser return type.
pub type ParserResult<'a, O> = Result<(&'a str, O), Err<VerboseError<&'a str>>>;
The nom
-compatible parser return type.