[][src]Macro totems::assert_any

macro_rules! assert_any {
    ($collection:expr, $predicate:expr) => { ... };
    ($collection:expr, $predicate:expr, $($arg:tt)+) => { ... };
}