pub fn failure<Stream, Context, Atom>(
atom: Atom,
) -> impl Parse<Stream, Context, Token = Infallible>
Expand description
Always return a Failure
pub fn failure<Stream, Context, Atom>(
atom: Atom,
) -> impl Parse<Stream, Context, Token = Infallible>
Always return a Failure