pub async fn decode_response_into<R, O, W>(
    ranges: &RangeSetRef<ChunkNum>,
    encoded: R,
    outboard: O,
    target: W
) -> Result<()>where
    O: OutboardMut,
    R: Read,
    W: SliceWriter,
Expand description

Decode a response into a file while updating an outboard