[][src]Function msgpack::unpack::unpack_bin_ref

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