Module policy

Source

Structs§

PolicyData
Data about the local system that’s needed to fulfill Policy questions
StubPolicy
A stub policy implementation that allows everything immediately.
StubPolicyEngine
A stub PolicyEngine that just gathers the current time and hands it off to the StubPolicy as the PolicyData.

Enums§

CheckDecision
Reasons why a check can/cannot be performed at this time
UpdateDecision
Reasons why an update can/cannot be performed at this time

Traits§

Policy
The policy implementation itself
PolicyEngine