Policy engine — rules that govern what actions the runtime will allow.
Policies are registered as closures that take an action and state,
returning Some(reason) to reject or None to allow.
Policy engine — rules that govern what actions the runtime will allow.
Policies are registered as closures that take an action and state,
returning Some(reason) to reject or None to allow.