pub trait AsDestination {
    fn as_destination(self) -> Instruction;
}Expand description
Ability for a type to be the destination byte in an instruction
pub trait AsDestination {
    fn as_destination(self) -> Instruction;
}Ability for a type to be the destination byte in an instruction