handle_get_many

Function handle_get_many 

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