pub async fn framed_send( w: &mut (impl AsyncWrite + Unpin), buf: &[u8], ) -> Result<()>
Write some data prefixed by its length into w.
w