Crate obstruct

Source

Macros§

call
Expand an expression call!{ foo {x: 7, y: 9} }
destruct
Expand a pattern destruct!{let {x, y} = foo}
instruct
Expand an expression instruct!{ x: 7, y: 9 }

Traits§

Field