Trait null_vec::Nullable [] [src]

pub trait Nullable {
    const NULL: Self;

    fn is_null(&self) -> bool;
}

A type with a null value.

Associated Constants

Required Methods

Implementors