combine::parser::combinator

Function no_partial

source
pub fn no_partial<Input, P>(p: P) -> NoPartial<P>
where Input: Stream, P: Parser<Input>,