Trait casbin::IEnforcer

source ·
pub trait IEnforcer: CoreApi + EventEmitter<Event> { }

Implementors§

source§

impl<T> IEnforcer for T