pub trait CheckpointManagerClone {
// Required method
fn clone_box(&self) -> Box<dyn CheckpointManager>;
}Expand description
This trait is used to clone the Box
pub trait CheckpointManagerClone {
// Required method
fn clone_box(&self) -> Box<dyn CheckpointManager>;
}This trait is used to clone the Box