pub trait StaticallySplittable:
IntoStaticChunkIterator<U2>
+ IntoStaticChunkIterator<U3>
+ IntoStaticChunkIterator<U4>
+ IntoStaticChunkIterator<U5>
+ IntoStaticChunkIterator<U6>
+ IntoStaticChunkIterator<U7>
+ IntoStaticChunkIterator<U8>
+ IntoStaticChunkIterator<U9>
+ IntoStaticChunkIterator<U10>
+ IntoStaticChunkIterator<U11>
+ IntoStaticChunkIterator<U12>
+ IntoStaticChunkIterator<U13>
+ IntoStaticChunkIterator<U14>
+ IntoStaticChunkIterator<U15>
+ IntoStaticChunkIterator<U16> { }Expand description
A marker trait to indicate a collection type that can be chunked. More precisely this is a type that can be composed with types in this crate.
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.