[][src]Trait casbin::Effector

pub trait Effector: Send + Sync {
    fn new_stream(&self, expr: &str, cap: usize) -> Box<dyn EffectorStream>;
}

Required methods

fn new_stream(&self, expr: &str, cap: usize) -> Box<dyn EffectorStream>

Loading content...

Implementors

impl Effector for DefaultEffector[src]

Loading content...