pub trait FromDestination {
fn from_destination(instruction: Instruction) -> Self;
}Expand description
Ability for a type to be created from an instruction destination
pub trait FromDestination {
fn from_destination(instruction: Instruction) -> Self;
}Ability for a type to be created from an instruction destination