[][src]Function llsd::binary::read_value

pub fn read_value<R: Read>(reader: &mut R) -> Result<Value, ReadError>

Read an LLSD value from its binary representation.

This assumes that the header has already been skipped by the initial caller.