pub fn pruned_from_hex<Storage: AsRef<[u8]>, C: AsRef<str>>( content: C, ) -> Result<HashTree<Storage>, FromHexError>
Create a pruned tree node, from a hex representation of the data. Useful for testing or hard coded values.