Trait arret_runtime::boxed::prelude::AsHeap [−][src]
pub trait AsHeap { fn as_heap(&self) -> &Heap; fn as_heap_mut(&mut self) -> &mut Heap; }
Object that can be used as a heap
Required methods
fn as_heap(&self) -> &Heap
[src]
Returns this object as a heap
fn as_heap_mut(&mut self) -> &mut Heap
[src]
Returns this object as a mutable heap
Implementors
Loading content...