Macro hamcrest2::all_of[][src]

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

: Use all!() instead