CurrentUserExt

Trait CurrentUserExt 

Source
pub trait CurrentUserExt {
    // Required method
    fn is_in_group(&self, group: &str) -> bool;
}

Required Methods§

Source

fn is_in_group(&self, group: &str) -> bool

Implementors§