casbin

Trait EffectorStream

Source
pub trait EffectorStream: Send + Sync {
    // Required methods
    fn next(&self) -> bool;
    fn push_effect(&mut self, eft: EffectKind) -> bool;
}

Required Methods§

Source

fn next(&self) -> bool

Source

fn push_effect(&mut self, eft: EffectKind) -> bool

Implementors§