Function unpack_value

Source
pub fn unpack_value<R>(reader: &mut R) -> Result<Value, UnpackError>
where R: Read,