assert::assert_ok! [] [src]

macro_rules! assert_ok {
    ($result:expr) => { ... };
}

Assert that the result is successful.