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