Trait comde::de::Decompress[][src]

pub trait Decompress {
    fn from_reader<R: Read>(reader: R) -> Result<Self>
    where
        Self: Sized
; fn from_vec(&self, bytes: Vec<u8>) -> Result<Self>
    where
        Self: Sized
, { ... } }

Required methods

fn from_reader<R: Read>(reader: R) -> Result<Self> where
    Self: Sized
[src]

Loading content...

Provided methods

fn from_vec(&self, bytes: Vec<u8>) -> Result<Self> where
    Self: Sized
[src]

Loading content...

Implementors

Loading content...