Skip to main content

EditorType

Trait EditorType 

pub trait EditorType {
    // Provided method
    fn pointer_to(&self) -> Pointer { ... }
}
Expand description

Generic trait shared by all DWARF editor types

Provided Methods§

fn pointer_to(&self) -> Pointer

Implementors§