Trait yaxpeax_core::arch::AddressNamer[][src]

pub trait AddressNamer<A: Address> {
    fn address_name(&self, addr: A) -> Option<String>;
}

Required methods

Implementors