Function mls_rs_codec::byte_vec::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>