Expand description
Macros for the actionable
API framework.
Derive Macrosยง
- Action
- Derives the
actionable::Action
trait. - 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
Dispatcher
trait.