Crate rustic_macros

source ·
Expand description

Rustic Macros

Macros for the Rustic framework.

License

MIT

Attribute Macros

  • Macro used to add guards to functions. If the guard function returns Ok then execution would continue. If the guard function returns Err the execution would stop and state changes would be reverted by invoking ic_cdk::api::call::reject.