Trait opendp::traits::CheckNull[][src]

pub trait CheckNull {
    fn is_null(&self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors