Attribute Macros§
Derive Macros§
- AppLabel
- Generates an impl of the
AppLabeltrait. - Deref
- Implements
Dereffor structs. This is especially useful when utilizing the newtype pattern. - Deref
Mut - Implements
DerefMutfor structs. This is especially useful when utilizing the newtype pattern. - Dynamic
Plugin Deprecated - Generates a dynamic plugin entry point function for the given
Plugintype. - Enum
Variant Meta