Struct flate::BytesUnstable [-] [+] [src]

pub struct Bytes {
    // some fields omitted
}

Trait Implementations

impl Deref for Bytes

type Target = [u8]

fn deref(&self) -> &[u8]

impl Drop for Bytes

fn drop(&mut self)