Trait cdrs::cluster::GetCompressor[][src]

pub trait GetCompressor<'a> {
    fn get_compressor(&self) -> Compression;
}

GetCompressor trait provides a unified interface for Session to get a compressor for further decompressing received data.

Required Methods

Returns actual compressor.

Implementors