pub(super) trait WorkCounterClone {
// Required method
fn clone_box(&self) -> Box<dyn WorkCounter>;
}Expand description
Make WorkCounter trait objects cloneable
Required Methods§
sourcefn clone_box(&self) -> Box<dyn WorkCounter>
fn clone_box(&self) -> Box<dyn WorkCounter>
Clone the object