Trait yaxpeax_arch::AddrParse[][src]

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors