Trait arret_runtime::boxed::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

Loading content...

Implementors

impl AsHeap for Task[src]

impl AsHeap for Heap[src]

Loading content...