macro_rules! entity_type_name {
($text:expr) => { ... };
}
Expand description
A macro for creating a compile time checked entity type name
scuffle_cedar_policy::entity_type_name!("SomeEntityType");
macro_rules! entity_type_name {
($text:expr) => { ... };
}
A macro for creating a compile time checked entity type name
scuffle_cedar_policy::entity_type_name!("SomeEntityType");