Modules§
Structs§
- A visibility level restricted to some path:
pub(self)
orpub(super)
orpub(crate)
orpub(in some::module)
.
Enums§
- Unused, but reserved for RFC 3323 restrictions.
- The visibility level of an item: inherited or
pub
orpub(restricted)
.