pub const fn const_str_eq(a: &str, b: &str) -> boolExpand description
Compare two strings in const context.
Used by generated code to verify at compile time that
#[column(pg_enum = "...")] matches the ValueObject’s
#[value_object(pg_type = "...")] declaration.