pub trait ClassPermission {
    // Required method
    fn class(&self) -> ObjectClass;
}

Required Methods§

Implementors§