pub trait Parsable {
// Required method
fn from_tls_bytes(bytes: &[u8]) -> MlsSpecResult<Self>
where Self: Sized;
}
Expand description
Trait that exposes TLS deserialization
pub trait Parsable {
// Required method
fn from_tls_bytes(bytes: &[u8]) -> MlsSpecResult<Self>
where Self: Sized;
}
Trait that exposes TLS deserialization