Skip to main content

decode_tree_serialized_with_key

Function decode_tree_serialized_with_key 

Source
pub fn decode_tree_serialized_with_key(
    data: &[u8],
    expected: ContentHash,
    anchor: Option<&Tree>,
) -> Result<Tree>