Type Definition snarkvm_console_network::ParserResult
source · 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.