instruct!() { /* proc-macro */ }
Expand description
Expand an expression instruct!{ x: 7, y: 9 }
This expression is meant to be analogous to FooBar { x: 7, y: 9 }
, except with an anonymous struct
instead of FooBar
instruct!() { /* proc-macro */ }
Expand an expression instruct!{ x: 7, y: 9 }
This expression is meant to be analogous to FooBar { x: 7, y: 9 }
, except with an anonymous struct
instead of FooBar