Function binn_ir::decode

source ·
pub fn decode<R>(source: &mut R) -> IoResult<Option<Value>>where
    R: Read,
Expand description

Decodes a value from source

If it returns Ok(None), it means there’s no more data to decode.