pub trait Symbol {
// Provided methods
fn name(&self) -> String { ... }
fn value(&self) -> u64 { ... }
fn size(&self) -> u64 { ... }
}
Expand description
Trait shared by all the symbols in executable formats
pub trait Symbol {
// Provided methods
fn name(&self) -> String { ... }
fn value(&self) -> u64 { ... }
fn size(&self) -> u64 { ... }
}
Trait shared by all the symbols in executable formats