pub struct ZstdDictDecompressor { /* private fields */ }Expand description
Dictionary-aware decompressor
Implementations§
Source§impl ZstdDictDecompressor
impl ZstdDictDecompressor
Sourcepub fn new(dictionary: ZstdDictionary) -> Self
pub fn new(dictionary: ZstdDictionary) -> Self
Create a new dictionary decompressor
Sourcepub fn dictionary(&self) -> &ZstdDictionary
pub fn dictionary(&self) -> &ZstdDictionary
Get the dictionary
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZstdDictDecompressor
impl RefUnwindSafe for ZstdDictDecompressor
impl Send for ZstdDictDecompressor
impl Sync for ZstdDictDecompressor
impl Unpin for ZstdDictDecompressor
impl UnwindSafe for ZstdDictDecompressor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more