Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_rule_mut

Method
This is a method of the PolicyEngine class in the policy module.
Get mutable rule by name.

Signature

def get_rule_mut(&mut self, name: &str) -> Option<&mut PolicyRule>

Parameters

name
&str
required
No description available.

Returns

Returns
Option<&mut PolicyRule>
The result of the operation.