Struct lz4::liblz4::LZ4Error [−][src]
pub struct LZ4Error(_);
Trait Implementations
impl Debug for LZ4Error[src]
impl Debug for LZ4Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for LZ4Error[src]
impl Display for LZ4Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for LZ4Error[src]
impl Error for LZ4Error