pub trait FromSource {
fn from_first(instruction: Instruction) -> Self;
fn from_second(instruction: Instruction) -> Self;
}
Expand description
Ability for a type to be created from an instruction source
pub trait FromSource {
fn from_first(instruction: Instruction) -> Self;
fn from_second(instruction: Instruction) -> Self;
}
Ability for a type to be created from an instruction source