pub trait MemoryConsumer {
    fn get_memory_use(&self) -> u64;
}

Required methods

Implementors