Trait mm0b_parser::HasSymbolNames[][src]

pub trait HasSymbolNames<'a> {
    fn get_symbol_names(&self) -> Option<&SymbolNames<'a>>;
fn get_symbol_names_mut(&mut self) -> Option<&mut SymbolNames<'a>>; }
Expand description

A trait for looking up a subcomponent of the index data.

Required methods

Get shared access to the subcomponent.

Get mutable access to the subcomponent.

Implementations on Foreign Types

Implementors