Skip to main content

Module filter

Module filter 

Source
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§

PolicyType
A newtype representing the policy type.
PolicyView
An organization policy.

Traits§

Policy
Defines the filtering behavior for a specific policy type.
PolicyFilter
Extension trait that adds a filter method to every Policy.