Module notnull

Source

Functions§

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