Macro hamcrest::all_of [] [src]

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