Trait yaxpeax_arch::AddressDisplay[][src]

pub trait AddressDisplay {
    type Show: Display;
    fn show(&self) -> Self::Show;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors