Trait sea_query::value::Nullable

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

Required Methods

Implementations on Foreign Types

Implementors