Crate actix_grants_proc_macro[][src]

Attribute Macros

Macro to сheck that the user has any of the specified permissions.

Macro to сheck that the user has any the specified roles. Role - is permission with prefix “ROLE_”.

Macro to сheck that the user has all the specified permissions.

Macro to сheck that the user has all the specified roles. Role - is permission with prefix “ROLE_”.