Skip to main content

write_framed_async

Function write_framed_async 

Source
pub async fn write_framed_async(
    stream: &mut (impl AsyncWriteExt + Unpin),
    data: &[u8],
) -> Result<()>
Expand description

Write a length-prefixed message to an async tokio stream