Trait yaxpeax_core::arch::FunctionRepr[][src]

pub trait FunctionRepr {
    fn decl_string(&self, show_locations: bool) -> String;
fn name(&self) -> &str; }

Required methods

Implementors