null

Function null 

Source
pub fn null<'a, T: 'static>() -> &'a T
Expand description

Equivalent to std::ptr::null(), but returns a null reference instead.