Skip to main content

unwrap_ok

Macro unwrap_ok 

Source
macro_rules! unwrap_ok {
    ($actual:expr) => { ... };
    ($actual:expr, $msg:expr) => { ... };
}
Expand description

Asserts that the expression evaluates to Result::Ok and returns the resulting value, otherwise short-circuits.