Macro is_match::is_match [] [src]

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