Modulesยง
Structsยง
- Attribute
- An attribute, like
#[repr(transparent)]
. - Meta
List - A structured list within an attribute, like
derive(Copy, Clone)
. - Meta
Name Value - A name-value pair within an attribute, like
feature = "nightly"
.
Enumsยง
- Attr
Style - Distinguishes between attributes that decorate an item and attributes that are contained within an item.
- Meta
- Content of a compile-time structured attribute.
Traitsยง
- Filter
Attrs ๐