Macro derive_const

macro_rules! derive_const { ... }

Attribute macro used to apply derive macros for implementing traits in a const context.

See the reference for more info.