Skip to main content

write_frame

Function write_frame 

Source
pub fn write_frame<W: Write>(
    writer: &mut W,
    data: &[u8],
) -> Result<(), TransportError>
Expand description

Write a single length-prefixed frame to a writer.