Skip to main content

label

Function label 

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

Create a labeled hash tree.