read

Function read 

Source
pub fn read<R: Read>(
    bytes: &mut Peekable<Bytes<R>>,
) -> Result<Value, DecodeError>