[−][src]Trait libflate::finish::Complete  
This trait allows to complete an I/O related processing.
Required Methods
Implementors
impl<W, E> Complete for libflate::deflate::Encoder<W, E> where
    W: Write,
    E: Lz77Encode, [src] 
impl<W, E> Complete for libflate::deflate::Encoder<W, E> where
    W: Write,
    E: Lz77Encode, impl<W, E> Complete for libflate::gzip::Encoder<W, E> where
    W: Write,
    E: Lz77Encode, [src] 
impl<W, E> Complete for libflate::gzip::Encoder<W, E> where
    W: Write,
    E: Lz77Encode, impl<W, E> Complete for libflate::zlib::Encoder<W, E> where
    W: Write,
    E: Lz77Encode, [src] 
impl<W, E> Complete for libflate::zlib::Encoder<W, E> where
    W: Write,
    E: Lz77Encode,