handle_stream

Function handle_stream 

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