Skip to main content

read_frame

Function read_frame 

Source
pub fn read_frame<R>(r: &mut R) -> Result<Option<Vec<u8>>, Error>
where R: Read,
Expand description

Read a length-prefixed JSON frame.