Macro sozu_lib::fallback

source ·
macro_rules! fallback {
    ({} $($default:tt)*) => { ... };
    ({$($value:tt)+} $($default:tt)*) => { ... };
}