[][src]Trait glitchconsole::mutation::Mutation

pub trait Mutation: Display {
    fn configure(&mut self, config: Box<&dyn MutConfig>);
fn mutate(&mut self, data: &mut [u8]); }

A Mutation trait to group every kind of Mutation.

Must also implement the Display trait.

Required methods

fn configure(&mut self, config: Box<&dyn MutConfig>)

fn mutate(&mut self, data: &mut [u8])

Loading content...

Implementors

Loading content...