Skip to main content

assert_null

Macro assert_null 

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

Asserts that the pointer is null and short-circuits on failure.