Skip to main content

read_bytes

Function read_bytes 

Source
pub fn read_bytes(buf: &mut impl Buf, len: usize) -> Result<Vec<u8>, CodecError>
Expand description

Read exactly len bytes from buf, returning them as a Vec<u8>.