[][src]Macro hamcrest2::all_of

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

Use all!() instead