Trait HeapAnalysis

Source
pub trait HeapAnalysis: Analysis {
    // Required method
    fn get_all_items(&mut self) -> HAResult;
}

Required Methods§

Source

fn get_all_items(&mut self) -> HAResult

Implementors§