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

Required methods

Implementors