Trait NullIndex
trees::potted::node
pub trait NullIndex { fn null() -> Self; fn is_null(self) -> bool; }
fn null() -> Self
fn is_null(self) -> bool
impl NullIndex for u32
impl NullIndex for usize