cdk-rs
cdk-rs copied to clipboard
Feature: multiple guards
It would be useful for the query and update guards to support multiple functions. For example:
#[update(guards = ["only_admin", "non_reentrant"])]