pub trait HibitTreeTypes<'this, ImplicitBounds = &'this Self> {
type Data;
type DataUnchecked;
type Cursor: HibitTreeCursor<'this, Src = Self>;
}
pub trait HibitTreeTypes<'this, ImplicitBounds = &'this Self> {
type Data;
type DataUnchecked;
type Cursor: HibitTreeCursor<'this, Src = Self>;
}