Macro instruction

Source
macro_rules! instruction {
    ($discriminator_name:ident, $struct_name:ident) => { ... };
}