blob: 4637b48343270085d9a0618a5d55ea6a0715f124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Resource de-structure-ing
Destructuring task resources might help readability if a task takes multiple
resources.
Here are two examples on how to split up the resource struct:
``` rust
{{#include ../../../../examples/destructure.rs}}
```
``` console
$ cargo run --target thumbv7m-none-eabi --example destructure
{{#include ../../../../ci/expected/destructure.run}}
```
|