Type Alias casbin::rhai::INT

source ·
pub type INT = i32;
Expand description

The system integer type. It is defined as i32 since the only_i32 feature is used.

If the only_i32 feature is not used, this will be i64 instead.