Struct sid::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
Auto Trait Implementations
impl Send for NoneAsNullId
impl Send for NoneAsNullIdimpl Sync for NoneAsNullId
impl Sync for NoneAsNullId