forc_migrate

Macro any_of

Source
macro_rules! any_of {
    ($($i:expr),+) => { ... };
}
Expand description

Returns a predicate that evaluates to true if any of the predicates passed as arguments evaluate to true.