pub trait AsDestination {
    fn as_destination(self) -> Instruction;
}
Expand description

Ability for a type to be the destination byte in an instruction

Required Methods

Implementations on Foreign Types

Implementors