shoop::die! [] [src]

macro_rules! die {
    ($fmt: expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}