Struct compression::prelude::GZipDecoder [] [src]

pub struct GZipDecoder { /* fields omitted */ }

Methods

impl GZipDecoder
[src]

[src]

Trait Implementations

impl Default for GZipDecoder
[src]

[src]

Returns the "default value" for a type. Read more

impl<R> Decoder<R> for GZipDecoder where
    R: BitRead<Right>, 
[src]

[src]

Important traits for DecodeIterator<'a, R, E, B>
[src]

Auto Trait Implementations

impl Send for GZipDecoder

impl Sync for GZipDecoder