Skip to main content

when

Macro when 

Source
macro_rules! when {
    ($($tokens:tt)*) => { ... };
}