pub trait DeserializeBytes {
// Required method
fn deserialize(read_buf: impl Buf) -> Result<Self, SerializationError>
where Self: Sized;
}Expand description
Deserialize data according to Mode param
pub trait DeserializeBytes {
// Required method
fn deserialize(read_buf: impl Buf) -> Result<Self, SerializationError>
where Self: Sized;
}Deserialize data according to Mode param