pub trait EstimateSize {
// Required method
fn serialized_size(&self) -> usize;
}Expand description
Provides an estimate of the size of the object when saved.
pub trait EstimateSize {
// Required method
fn serialized_size(&self) -> usize;
}Provides an estimate of the size of the object when saved.