pub trait FromDestination {
    fn from_destination(instruction: Instruction) -> Self;
}
Expand description

Ability for a type to be created from an instruction destination

Required Methods

Implementors