pub async fn write_server_message<W>( writer: &mut W, message: &ServerMessage, ) -> Result<(), FrameError>where W: AsyncWrite + Unpin + Send,