Struct nom_gzip::types::GzipFile [] [src]

pub struct GzipFile<'a> {
    pub header: GzipHeader<'a>,
    pub footer: GzipFooter,
    pub compressed_blocks: Vec<u8>,
}

Fields

Trait Implementations

impl<'a> Debug for GzipFile<'a>
[src]

Formats the value using the given formatter.