[][src]Trait detect_compression::WriteWrapperBuilder

pub trait WriteWrapperBuilder {
    type Wrapper: 'static + Write;
    fn new_wrapped_writer(self, f: File) -> Self::Wrapper;
}

The Write wrapper builder.

For more information, see DetectWriter::create_with_wrapper().

Associated Types

type Wrapper: 'static + Write

Write wrapper of File

Loading content...

Required methods

fn new_wrapped_writer(self, f: File) -> Self::Wrapper

Create new wrapper.

Loading content...

Implementors

Loading content...