Type Alias casbin::MatchingFn

source ·
pub type MatchingFn = fn(_: &str, _: &str) -> bool;