pub trait NullId<ID> {
// Required method
fn null_id() -> ID;
}
Expand description
A trait that defines how to choose the null (or invalid) Id.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait NullId<ID> {
// Required method
fn null_id() -> ID;
}
A trait that defines how to choose the null (or invalid) Id.