Trait H10Params
brotli::enc::backward_references::hash_to_binary_tree
pub trait H10Params { fn max_tree_search_depth() -> u32; fn max_tree_comp_length() -> u32; }
fn max_tree_search_depth() -> u32
fn max_tree_comp_length() -> u32
impl H10Params for H10DefaultParams