Struct zstd::dict::DecoderDictionary[][src]

pub struct DecoderDictionary<'a> { /* fields omitted */ }
Expand description

Prepared dictionary for decompression

Implementations

Create a prepared dictionary for decompression.

This will copy the dictionary internally.

Create prepared dictionary for decompression

Only available with the experimental feature. Use DecoderDictionary::copy otherwise.

Returns reference to DDict inner object

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

Performs the conversion.

Performs the conversion.

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.