Trait yaxpeax_core::display::location::OperandScroll[][src]

pub trait OperandScroll<A> {
    fn next(&mut self, instr: &A) -> bool;
fn prev(&mut self, instr: &A) -> bool;
fn first(instr: &A) -> Self
    where
        Self: Sized
; }

Required methods

Implementors