associated
A trait to associate enum variants with constants. See associated-derive for deriving this trait automatically.
Derive support is enabled with the "derive" feature, which is enabled by default.
Example
Alpha.get_associated // returns a static lifetime reference to "Alpha"