Struct nom_gzip::types::GzipFooter [] [src]

pub struct GzipFooter {
    pub crc: u32,
    pub input_size: u32,
}

Fields

Trait Implementations

impl Debug for GzipFooter
[src]

Formats the value using the given formatter.