Macro rorm::or

source ·
macro_rules! or {
    ($($condition:expr),+ $(,)?) => { ... };
}
Expand description

Combine several Conditions into a single one using “OR”.

It takes a variadic number of conditions (min 1) and places them in a collection. Which one depends on the number of arguments.