#[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.
#[derive(PostgresGucEnum)]
{
// Attributes available to this derive:
#[hidden]
}
Derives the GucEnum
trait, so that normal Rust enums can be used as a GUC.