Expand description
Policy filtering logic.
Provides the Policy trait for determining which policies
should be enforced against the current user based on business rules.
Structs§
- Policy
Type - A newtype representing the policy type.
- Policy
View - An organization policy.
Traits§
- Policy
- Defines the filtering behavior for a specific policy type.
- Policy
Filter - Extension trait that adds a
filtermethod to everyPolicy.