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

Required Methods§

Implementors§