fn clone_box()

in src/api/mod.rs [85:87]


    fn clone_box(&self) -> Box<dyn ProgressTracker> {
        Box::new(self.clone())
    }