Macro matches::matches [] [src]

macro_rules! matches {
    ($expression:expr, $($pattern:tt)+) => { ... };
}