Function parse_enum

Source
pub fn parse_enum(
    type_: Type,
    str: Option<&str>,
    warn: bool,
) -> Option<(i32, GString)>
👎Deprecated