pub trait RuntimeHodeiActionMapper {
// Required methods
fn to_cedar_action_euid(&self) -> EntityUid;
fn creates_resource_from_payload(&self) -> bool;
fn get_payload_as_virtual_entity(&self, context: &dyn Any) -> Option<Entity>;
}pub trait RuntimeHodeiActionMapper {
// Required methods
fn to_cedar_action_euid(&self) -> EntityUid;
fn creates_resource_from_payload(&self) -> bool;
fn get_payload_as_virtual_entity(&self, context: &dyn Any) -> Option<Entity>;
}