Trait Userable

Source
pub trait Userable {
    // Required method
    fn has_user(&self, id: u32) -> bool;
}

Required Methods§

Source

fn has_user(&self, id: u32) -> bool

Implementors§