[][src]Trait glitchconsole::mutation::MutationClone

pub trait MutationClone {
    fn clone_box(&self) -> Box<dyn Mutation + Send + Sync>;
}

Required methods

fn clone_box(&self) -> Box<dyn Mutation + Send + Sync>

Loading content...

Implementors

impl<T> MutationClone for T where
    T: 'static + Mutation + Clone + Send + Sync
[src]

Loading content...