pub trait MarshalSize {
    fn marshal_size(&self) -> usize;
}

Required Methods

Implementors