pub fn decode_all<R>(source: R) -> Result<Vec<u8>, Error>where R: Read,
Decompress from the given source as if using a Decoder.
Decoder
The input data must be in the zstd frame format.