Skip to main content

write_frame_async

Function write_frame_async 

Source
pub async fn write_frame_async<W: AsyncWriteExt + Unpin>(
    w: &mut W,
    payload: &[u8],
) -> Result<()>