Trait brotli::enc::hash_to_binary_tree::H10Params [] [src]

pub trait H10Params {
    fn max_tree_search_depth() -> u32;
fn max_tree_comp_length() -> u32; }

Required Methods

Implementors