pub trait RegularHibitTree: HibitTreewhere
Self: for<'this> RegularHibitTreeTypes<'this>,{ }
Expand description
HibitTree where all Data types are the same. Data = DataUnchecked = Cursor::Data.
Think of it as “the usual” HibitTree.
All containers and all “non-multi” operations results are RegularHibitTree
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.