pub async fn handle_stream<R: RecvStream, W: SendStream>( pair: StreamPair<R, W>, store: Store, ) -> Result<()>