pub trait BinaryHeapExtensions<T> { // Required method fn into_sorted_iter(self) -> BinaryHeapIntoSortedIter<T> ⓘ; }