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