Trait rustc_privacy::VisibilityLike
source · pub(crate) trait VisibilityLike: Sized {
const MAX: Self;
const SHALLOW: bool = false;
fn new_min(find: &FindMin<'_, '_, Self>, def_id: LocalDefId) -> Self;
fn of_impl(
def_id: LocalDefId,
tcx: TyCtxt<'_>,
access_levels: &AccessLevels
) -> Self { ... }
}
Required Associated Constants
Provided Associated Constants
Required Methods
source
fn new_min(find: &FindMin<'_, '_, Self>, def_id: LocalDefId) -> Self
Provided Methods
sourcefn of_impl(