Trait casbin::EffectorStream[][src]

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

Required methods

fn next(&self) -> bool[src]

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

Loading content...

Implementors

Loading content...