or

Function or 

Source
pub fn or<Stream, Context, ParserA, ParserB>(
    a: ParserA,
    b: ParserB,
) -> Or<ParserA, ParserB>
where Stream: Clone, ParserA: Parse<Stream, Context>, ParserB: Parse<Stream, Context>, Context: BitOr,
Expand description

Function style version of crate::Utils::or