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

Required Methods§

Implementors§