casbin::rhai

Constant OP_CONTAINS

pub const OP_CONTAINS: &'static str;
Expand description

Standard containment testing function.

The in operator is implemented as a call to this function.