Trait lifxi::http::Randomize

source ·
pub trait Randomize<T: PureSelect> {
    fn random(self) -> Random<T>;
}
Expand description

Enables randomization of non-randomized selectors.

Required Methods

Chooses a random element from the set of matching devices.

Implementors