Trait rtools::RandomContainer
source · pub trait RandomContainer<T>: Sized {
// Provided methods
fn random_member(&self) -> &T { ... }
fn take_random(&mut self) -> T { ... }
}
pub trait RandomContainer<T>: Sized {
// Provided methods
fn random_member(&self) -> &T { ... }
fn take_random(&mut self) -> T { ... }
}