pub trait Serializable {
// Required method
fn to_tls_bytes(&self) -> MlsSpecResult<Vec<u8>>;
}
Expand description
Trait that exposes TLS serialization
pub trait Serializable {
// Required method
fn to_tls_bytes(&self) -> MlsSpecResult<Vec<u8>>;
}
Trait that exposes TLS serialization