Trait mli::Mutate [] [src]

pub trait Mutate<R> {
    fn mutate(&mut self, rng: &mut R);
}

Things which can be mutated.

Required Methods

Perform a unit mutation.

Implementors