pub fn generate_tree<Tree: MerkleTreeTrait, R: Rng>(
    rng: &mut R,
    nodes: usize,
    temp_path: Option<PathBuf>
) -> (Vec<u8>, ResTree<Tree>) where
    Tree::Store: 'static, 
Expand description

Only used for testing, but can’t cfg-test it as that stops exports.