pub fn or<I>(conditions: I) -> Valuewhere
I: IntoIterator<Item = Value>,Expand description
$or — at least one condition must match.
pub fn or<I>(conditions: I) -> Valuewhere
I: IntoIterator<Item = Value>,$or — at least one condition must match.