pub async fn framed_send(
    w: &mut (impl AsyncWrite + Unpin),
    buf: &[u8]
) -> Result<()>
Expand description

Write some data prefixed by its length into w.