syn

Module attr

source

Modulesยง

Structsยง

  • An attribute, like #[repr(transparent)].
  • A structured list within an attribute, like derive(Copy, Clone).
  • A name-value pair within an attribute, like feature = "nightly".

Enumsยง

  • Distinguishes between attributes that decorate an item and attributes that are contained within an item.
  • Content of a compile-time structured attribute.

Traitsยง