Skip to main content

write_frame

Function write_frame 

Source
pub async fn write_frame(
    writer: &mut (impl AsyncWrite + Unpin),
    data: &[u8],
) -> Result<()>