Trait sid_vec::NullId [] [src]

pub trait NullId<ID> {
    fn null_id() -> ID;
}

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

Required Methods

Implementors