pub trait NullObject {
    fn null() -> Self;
}

Required Methods

Implementors