Skip to main content

commit

Function commit 

Source
pub fn commit<'i>(label: &'static str, p: Parser<'i>) -> Parser<'i>
Expand description

Commit (cut): run p and convert any Failure into an Error, preventing backtracking past this point.