pub fn label<Storage: AsRef<[u8]>, L: Into<Label<Storage>>, N: Into<HashTree<Storage>>>(
    label: L,
    node: N
) -> HashTree<Storage>
Expand description

Create a labeled hash tree.