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

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

Required methods

fn max_tree_search_depth() -> u32

fn max_tree_comp_length() -> u32

Loading content...

Implementors

impl H10Params for H10DefaultParams[src]

Loading content...