Type Definition snarkvm_circuit::environment::prelude::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.