Expand description
Macros for the actionable API framework.
Derive Macrosยง
- Action
- Derives the
actionable::Actiontrait. - Actionable
- Derives a set of traits that can be used to implement a permissions-driven
API. There are options that can be customized with the
#[actionable]attribute at the enum level: - Dispatcher
- Derives the
Dispatchertrait.