Trait symbolic_debuginfo::SymbolTable [] [src]

pub trait SymbolTable {
    fn symbols(&self) -> Result<Symbols>;
}

Gives access to the symbol table of an Object file

Required Methods

Returns the symbols of this Object

Implementors