webrender

Macro matches

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