get_rule
Method
This is a method of the PolicyEngine class in the policy module.Get a rule by name.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_rule: Get a rule by name.
This is a method of the PolicyEngine class in the policy module.Get a rule by name.
def get_rule(&self, name: &str) -> Option<&PolicyRule>