Constant casbin::rhai::OP_CONTAINS

source ·
pub const OP_CONTAINS: &'static str;
Expand description

Standard containment testing function.

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