Macro spirq::define_ops

source ·
macro_rules! define_ops {
    ($($opcode:ident { $($field:ident: $type:ty = $read_fn:ident(),)+ })+) => { ... };
}