Crate actionable_macros[][src]

Expand description

Macros for the actionable API framework.

Derive Macros

Derives the actionable::Action trait.

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:

Derives the Dispatcher trait.