[][src]Trait casbin::EffectorStream

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

Required methods

fn next(&self) -> bool

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

Loading content...

Implementors

impl EffectorStream for DefaultEffectStream[src]

Loading content...