Function mls_decode

Source
pub fn mls_decode<T>(reader: &mut &[u8]) -> Result<T, Error>
where T: From<Vec<u8>>,
Expand description

Optimized decoding for types that can be represented as Vec<u8>