lief::dwarf::types::classlikeTrait ClassLike
pub trait ClassLike {
// Provided methods
fn members(&self) -> Members<'_> ⓘ { ... }
fn functions(&self) -> Functions<'_> ⓘ { ... }
}
Expand description
Return this list of all the attributes defined in this class-like type
Iterator over the functions defined by the class-like.