pub trait MlsSize {
// Required method
fn mls_encoded_len(&self) -> usize;
}
Expand description
Trait that determines the encoded length in MLS encoding.
pub trait MlsSize {
// Required method
fn mls_encoded_len(&self) -> usize;
}
Trait that determines the encoded length in MLS encoding.