Trait sigalign_core::reference::extensions::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.