casbin
2.10.0
casbin
Type Alias
MatchingFn
Copy item path
Source
pub type MatchingFn =
fn
(_: &
str
, _: &
str
) ->
bool
;