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

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

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

Required methods

Completes the current processing and returns the result.

Implementors