[][src]Function merklebtree::iterator::get_content_in_node

pub fn get_content_in_node<T>(
    node_id: i32,
    btree_iterator: &mut btree_iterator<T>,
    content_index: i32
) -> T where
    T: PartialEq + PartialOrd + Ord + Clone + Debug + CalculateHash