syn

Module restriction

source

Modules§

Structs§

  • A visibility level restricted to some path: pub(self) or pub(super) or pub(crate) or pub(in some::module).

Enums§

  • Unused, but reserved for RFC 3323 restrictions.
  • The visibility level of an item: inherited or pub or pub(restricted).