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