[][src]Trait yaxpeax_arch::AddrParse

pub trait AddrParse: Sized {
    type Err;
    fn parse_from(s: &str) -> Result<Self, Self::Err>;
}

Associated Types

type Err

Loading content...

Required methods

fn parse_from(s: &str) -> Result<Self, Self::Err>

Loading content...

Implementations on Foreign Types

impl AddrParse for usize[src]

type Err = ParseIntError

impl AddrParse for u64[src]

type Err = ParseIntError

impl AddrParse for u32[src]

type Err = ParseIntError

impl AddrParse for u16[src]

type Err = ParseIntError

Loading content...

Implementors

Loading content...