Trait sea_query::value::Nullable[][src]

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

Required methods

Implementations on Foreign Types

Implementors