PeekMut

Type Alias PeekMut 

Source
pub type PeekMut<'a, T, K, const N: usize> = PeekMutInner<'a, T, K, OwnedVecStorage<T, N>>;
Expand description

Structure wrapping a mutable reference to the greatest item on a BinaryHeap.

This struct is created by BinaryHeap::peek_mut. See its documentation for more.

Aliased Typeยง

pub struct PeekMut<'a, T, K, const N: usize> { /* private fields */ }