Trait photon_indexer::migration::Nullable
source · pub trait Nullable {
// Required method
fn null() -> Value;
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait Nullable {
// Required method
fn null() -> Value;
}