pub struct ZstdDecoder;Expand description
Zstd decoder wrapper.
Implementations§
Source§impl ZstdDecoder
impl ZstdDecoder
pub fn decode_all(data: &[u8]) -> Result<Vec<u8>, CodecError>
pub fn uncompressed_size(data: &[u8]) -> Result<usize, CodecError>
Auto Trait Implementations§
impl Freeze for ZstdDecoder
impl RefUnwindSafe for ZstdDecoder
impl Send for ZstdDecoder
impl Sync for ZstdDecoder
impl Unpin for ZstdDecoder
impl UnsafeUnpin for ZstdDecoder
impl UnwindSafe for ZstdDecoder
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