Derive Macro pgx_macros::PostgresGucEnum

source ·
#[derive(PostgresGucEnum)]
{
    // Attributes available to this derive:
    #[hidden]
}
Expand description

Derives the GucEnum trait, so that normal Rust enums can be used as a GUC.