Skip to main content

RegistersExt

Trait RegistersExt 

Source
pub trait RegistersExt {
    // Required method
    fn from_gdb<T: AsRef<str>>(registers: T) -> Result<Registers>;
}

Required Methods§

Source

fn from_gdb<T: AsRef<str>>(registers: T) -> Result<Registers>

Construct Registers from string

§Arguments
  • ‘registers’ - gdb output string with registers

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§