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