Function decode_vec

Source
pub fn decode_vec(source: &[u8]) -> Result<Vec<u8>, ()>
Expand description

Decodes the source buffer into a vector.