[][src]Trait libflate::finish::Complete

pub trait Complete {
    fn complete(self) -> Result<()>;
}

This trait allows to complete an I/O related processing.

Required Methods

Completes the current processing and returns the result.

Implementors