[][src]Function merklebtree::iterator::contents

pub fn contents<T>(btree_iterator: &mut btree_iterator<T>) -> Vec<T> where
    T: PartialEq + PartialOrd + Ord + Clone + Debug + CalculateHash