pub trait GlobalClone {
    fn clone_global(&self) -> Box<dyn Global>;
}

Required methods

Implementors