winnow::token

Function any_

Source
fn any_<I, E: ParserError<I>, const PARTIAL: bool>(
    input: &mut I,
) -> Result<<I as Stream>::Token, E>