pub trait CommandClone {
    fn clone_box(&self) -> Box<dyn Command>;
}

Required Methods§

Implementors§