logo
pub trait Nullable {
    fn null() -> Value;
}

Required methods

Implementations on Foreign Types

Implementors