Expand description
Defines hir-level representation of visibility (e.g. pub
and pub(crate)
).
Enums§
- RawVisibility
- Visibility of an item, not yet resolved.
- Visibility
- Visibility of an item, with the path resolved.
- Visibility
Explicitness - Whether the item was imported through an explicit
pub(crate) use
or just ause
without visibility.