pub trait HasPermission {
    fn has_permission(&self, permission: NetPermissionFlags) -> bool;
}

Required Methods§

Implementors§