[][src]Trait casbin::Effector

pub trait Effector: Send + Sync {
    fn merge_effects(&self, expr: &str, effects: Vec<EffectKind>) -> bool;
}

Required methods

fn merge_effects(&self, expr: &str, effects: Vec<EffectKind>) -> bool

Loading content...

Implementors

impl Effector for DefaultEffector[src]

Loading content...