Trait EstimateSize

Source
pub trait EstimateSize {
    // Required method
    fn serialized_size(&self) -> usize;
}
Expand description

Provides an estimate of the size of the object when saved.

Required Methods§

Implementors§