pub trait ClonableDurationSampler:
DurationSampler
+ Send
+ Sync {
// Required method
fn box_clone(&self) -> Box<dyn ClonableDurationSampler>;
}Expand description
A trait for cloning trait objects of DurationSampler.
pub trait ClonableDurationSampler:
DurationSampler
+ Send
+ Sync {
// Required method
fn box_clone(&self) -> Box<dyn ClonableDurationSampler>;
}A trait for cloning trait objects of DurationSampler.