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

Required Methods§

Implementors§