blob: 7d718a2b44cab0d00e693c3e23b94bfa714c6d94 (
plain) (
blame)
1
2
3
4
|
Arguments parsed from the `#[func]` attribute.
If the attribute is empty (`#[func]`), defaults to feature name `"async"`.
When a string literal is provided (`#[func("tokio_rt")]`), that value is used.
|