err::or_panic! [] [src]

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