Constant INTERNAL_ACTIONS
pub const INTERNAL_ACTIONS: [&'static str; 7];Expand description
Action names @@internal(...) accepts — identical to @@allow’s
vocabulary (list/detail/read/create/update/delete/
all; see cratestack-macros/src/policy/model.rs’s
parse_rule_action and model/descriptor.rs’s action groupings)
so an author never has to learn a second action vocabulary to
suppress what @@allow already describes.