fn any_<I, E: ParserError<I>, const PARTIAL: bool>(
input: &mut I,
) -> PResult<<I as Stream>::Token, E>where
I: StreamIsPartial + Stream,
fn any_<I, E: ParserError<I>, const PARTIAL: bool>(
input: &mut I,
) -> PResult<<I as Stream>::Token, E>where
I: StreamIsPartial + Stream,