Module attr

Source

Modulesยง

parsing ๐Ÿ”’
printing ๐Ÿ”’

Structsยง

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

Enumsยง

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

Traitsยง

FilterAttrs ๐Ÿ”’