#[derive(TypesecRole)]
{
// Attributes available to this derive:
#[role]
}
Expand description
Derive the typesec_core::role::Role trait.
Requires a #[role(permissions = "...", resources = "...")] attribute.
#[derive(TypesecRole)]
{
// Attributes available to this derive:
#[role]
}
Derive the typesec_core::role::Role trait.
Requires a #[role(permissions = "...", resources = "...")] attribute.