Type Definition snarkvm_circuit_types::ParserResult

pub type ParserResult<'a, O> = Result<(&'a str, O), Err<VerboseError<&'a str>>>;
Expand description

The nom-compatible parser return type.