pub trait HasVisibility {
    fn visibility(&self, db: &dyn HirDatabase) -> Visibility;
}

Required Methods§

Implementors§