Macro entity_type_name

Source
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");