assert_matches

Macro assert_matches 

Source
macro_rules! assert_matches {
    ($expression:expr, $( $pattern:pat_param )|+ $( if $guard:expr )? $(,)?) => { ... };
}