Skip to main content

unpack_map

Function unpack_map 

Source
pub fn unpack_map<K, V, C>(
    buf: &[u8],
) -> Result<(usize, C), <V as Unpackable>::Error>
Expand description

Unpacks a map from the buffer, returning a collectable type and the amount of read bytes.