[][src]Trait sid::NullId

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

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

Required methods

fn null_id() -> ID

Loading content...

Implementors

impl<T> NullId<Option<T>> for NoneAsNullId[src]

Loading content...