Trait elite_journal::de::Nullable[][src]

pub trait Nullable {
    fn is_null(&self) -> bool;
}

Required methods

Implementors