Trait sid::NullId

source ·
pub trait NullId<ID> {
    fn null_id() -> ID;
}
Expand description

A trait that defines how to choose the null (or invalid) Id.

Required Methods§

Implementors§