pub trait Rando:
Get
+ Len
+ HasMapData{
// Required method
fn rand_iter(&self) -> RandIter<'_, Self> ⓘ;
}Expand description
A trait for collections over which this library allows one to iterate in random order.
Required Methods§
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.