Skip to main content

read_frame

Function read_frame 

Source
pub fn read_frame<R: Read>(reader: &mut R) -> Result<Vec<u8>, TransportError>
Expand description

Read a single length-prefixed frame from a reader.