Function unpack_ary

Source
pub fn unpack_ary<'a, R>(
    reader: &mut R,
) -> Result<Vec<RefValue<'a>>, UnpackError>
where R: BufferedRead<'a>,