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

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