Trait EditorType
pub trait EditorType {
// Provided method
fn pointer_to(&self) -> Pointer { ... }
}Expand description
Generic trait shared by all DWARF editor types
pub trait EditorType {
// Provided method
fn pointer_to(&self) -> Pointer { ... }
}Generic trait shared by all DWARF editor types