Type Definition snarkvm_circuit::ParserResult

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

The nom-compatible parser return type.