Struct sid_vec::NoneAsNullId [] [src]

pub struct NoneAsNullId;

Use this as the NullId type parameter of the freelist if the id type is an option, to use Option::None as the null id value.

Trait Implementations

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