Trait yaxpeax_core::data::LocIterator[][src]

pub trait LocIterator<'disambiguator, 'fns, A: ValueLocations, Location: 'static + AbiDefaults, D: Disambiguator<A, Self::LocSpec>, F: FunctionQuery<A::Address, Function = FunctionImpl<Location>>> {
    type Item;
    type LocSpec;
    type Iter: Iterator<Item = Self::Item>;
    fn iter_locs(
        self,
        loc: A::Address,
        _: &'disambiguator D,
        functions: &'fns F
    ) -> Self::Iter; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors