any

Function any 

Source
pub fn any<I: Clone + Ord, II: IntoIterator<Item = Lazy<I>>>(
    alternatives: II,
) -> Lazy<I>
Expand description

Accept anything accepted by any of these parsers.