Trait mz_persist_types::stats::TrimStats
source · pub trait TrimStats: Message {
// Required method
fn trim(&mut self);
}
Expand description
Trim, possibly in a lossy way, statistics to reduce the serialization costs.
pub trait TrimStats: Message {
// Required method
fn trim(&mut self);
}
Trim, possibly in a lossy way, statistics to reduce the serialization costs.