decode_all

Function decode_all 

Source
pub fn decode_all<R: Read>(source: R) -> Result<Vec<u8>>
Expand description

Decompress from the given source as if using a Decoder.

The input data must be in the zstd frame format.