//! A trait to associate enum variants with constants. See [associated-derive](https://docs.rs/associated-derive) for deriving this trait automatically.
//!
//! Derive support is enabled with the `"derive"` feature.
pub use *;
/// See [`associated-derive`] for deriving this trait automatically.
///
/// [`associated-derive`]: https://docs.rs/associated-derive
/// WIP: Cannot currently be derived.