[][src]Macro anysafe::unreachable_with

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

理论上不可达用这个, 返回指定的默认值