[][src]Macro hamcrest2::any_of

macro_rules! any_of {
    ($( $arg:expr ),*) => { ... };
}
Deprecated since 0.2.0:

Use any!() instead