Macro galvanic_assert::all_of [] [src]

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

Takes a list of matchers for the same type combines them conjunctively.