parse_enum_attributes

Function parse_enum_attributes 

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