Trait brotli::enc::entropy_encode::HuffmanComparator

source ·
pub trait HuffmanComparator {
    // Required method
    fn Cmp(&self, a: &HuffmanTree, b: &HuffmanTree) -> bool;
}

Required Methods§

source

fn Cmp(&self, a: &HuffmanTree, b: &HuffmanTree) -> bool

Implementors§