unwrapr

Macro unwrapr 

Source
macro_rules! unwrapr {
    ($val:expr, $msg:expr$(,)?) => { ... };
}
Expand description

Unwrap a Result<T, E> in a const context.

If it fails, panics with the given message.