pub fn decode(data: &[u8]) -> Result<(Value, usize), ValueError>
Decode a single value from data, returning the value and the number of bytes consumed.
data