pub async fn write_frame_async<S>( stream: &mut S, frame: &Frame, ) -> Result<(), RedWireIoError>where S: AsyncWrite + Unpin + Send,