[][src]Macro libimagstore::if_cfg_panic

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