pub fn parse_enum_attributes(
udt_name: Option<&str>,
ctype: ColumnType,
enums: &HashMap<String, Vec<String>>,
) -> ColumnTypeAvailable on crate features
postgres and parser only.pub fn parse_enum_attributes(
udt_name: Option<&str>,
ctype: ColumnType,
enums: &HashMap<String, Vec<String>>,
) -> ColumnTypepostgres and parser only.