Trait kaspa_utils::binary_heap::BinaryHeapExtensions
source · pub trait BinaryHeapExtensions<T> {
// Required method
fn into_sorted_iter(self) -> BinaryHeapIntoSortedIter<T> ⓘ;
}pub trait BinaryHeapExtensions<T> {
// Required method
fn into_sorted_iter(self) -> BinaryHeapIntoSortedIter<T> ⓘ;
}