iroh_blobs::provider

Function handle_stream

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