pub struct Decompressor<K> { /* private fields */ }

Implementations

Gets the dict which is also the decompressed key frame.

Gets the key associated with the loaded dict.

Loads the given dict and associates it with the given key, whose meaning is user-defined. Only frames with a matching key should be decompressed with this dict.

Decompresses the given frame using the previously loaded dict, if any.

Decompresses the given frame after resetting dict.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. 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.
Calls the given closure and return the result. Read more
Calls the given closure on self.
Calls the given closure on self.
Calls the given closure if condition == true.