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

Required Methods

Implementations on Foreign Types

Implementors