Trait yaxpeax_core::analyses::control_flow::ToAddrDiff[][src]

pub trait ToAddrDiff: Address {
    fn translate_offset(from: i64) -> AddressDiff<Self>;
}

Required methods

Implementations on Foreign Types

Implementors