[][src]Trait casbin::EffectorStream

pub trait EffectorStream: Send + Sync {
    fn current(&self) -> bool;
fn explain_indexes(&self) -> Option<Vec<usize>>;
fn push_effect(&mut self, eft: EffectKind) -> bool; }

Required methods

fn current(&self) -> bool

fn explain_indexes(&self) -> Option<Vec<usize>>

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

Loading content...

Implementors

impl EffectorStream for DefaultEffectStream[src]

Loading content...