Skip to main content

or

Function or 

Source
pub fn or<B, C>(branches: impl IntoIterator<Item = B>) -> Clause
where B: IntoIterator<Item = C>, C: Into<Clause>,
Expand description

An (or branches...) clause. Each branch is a group of clauses joined by an implicit and.