Macro hold

Source
macro_rules! hold {
    (if $($any:tt)*) => { ... };
    ($($any:tt)*) => { ... };
}