Trait pravega_client::sync::synchronizer::ValueClone
source · pub trait ValueClone {
// Required method
fn clone_box(&self) -> Box<dyn ValueData>;
}
Expand description
Clone trait helper.
pub trait ValueClone {
// Required method
fn clone_box(&self) -> Box<dyn ValueData>;
}
Clone trait helper.