Function unpack_bin

Source
pub fn unpack_bin<'a, R>(reader: &mut R) -> Result<&'a [u8], UnpackError>
where R: BufferedRead<'a>,