pub trait MultiHibitTree: HibitTreewhere
Self: for<'this> MultiHibitTreeTypes<'this>,{ }
Expand description
HibitTree, where all Data types are Iterator<Self::IterItem>
.
multi_*
operations return MultiHibitTree’ies.
You can convert MultiHibitTree
to RegularHibitTree with map().
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.