pub trait ISetNullWeak {
    fn set_null(&mut self);
}

Required methods

Implementations on Foreign Types

Implementors