Trait yaxpeax_core::arch::FunctionQuery[][src]

pub trait FunctionQuery<A: Address> {
    type Function;
    fn function_at(&self, addr: A) -> Option<&Self::Function>;
fn all_functions(&self) -> Vec<&Self::Function>; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors