pub struct Lzma2Decoder { /* private fields */ }
Available on raw_decoder
only.
Expand description
Creates a new object ready for decompressing data that it’s given.
Performs the equivalent of replacing this decompression state with a freshly allocated copy.
This function may not allocate memory and will attempt to reuse any previously allocated resources.
Decompresses the input data into the output, consuming only as much input as needed and writing as much output as possible.
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.