Derive Macro const_gen_derive::CompileConst

source ·
#[derive(CompileConst)]
{
    // Attributes available to this derive:
    #[inherit_doc]
    #[inherit_docs]
}
Expand description

Derives the CompileConst trait for structs and enums. Requires that all fields also implement the CompileConst trait.