Function notnull_debug

Source
pub fn notnull_debug<T>(p: *const T) -> *const T
Expand description

Panics if NULL (when debug asserts are enabled), and returns the pointer.