Skip to main content

write_frame

Function write_frame 

Source
pub async fn write_frame(
    stream: &mut TcpStream,
    frame: &GbpFrame,
) -> Result<(), WireError>
Expand description

Writes a GbpFrame using CBOR + length-prefix framing.