Macro gluon_base::ice[][src]

macro_rules! ice {
    () => { ... };
    ($msg : expr) => { ... };
    ($fmt : expr, $($arg : tt) +) => { ... };
}