aboutsummaryrefslogtreecommitdiff
path: root/doc/args/invoke.md
blob: 74a18231dcc82489628ccbb8f95d27ad9b5a70e9 (plain) (blame)
1
2
3
4
5
6
7
8
Arguments parsed by the `invoke!` macro.

Two forms:

| Variant    | Form                      | Behavior                           |
| ---------- | ------------------------- | ---------------------------------- |
| `Default`  | `invoke!(expr)`           | Feature name defaults to `"async"` |
| `Explicit` | `invoke!("feat" => expr)` | Uses the given feature name        |