[][src]Trait casbin::EffectorStream

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

Required methods

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

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

Loading content...

Implementors

impl EffectorStream for DefaultEffectStream[src]

Loading content...