Skip to main content

build_complete_enum

Function build_complete_enum 

Source
pub fn build_complete_enum(
    type_name: &str,
    type_flags: u32,
    bit_bound: u16,
    literals: Vec<EnumLiteralDesc<'_>>,
) -> TypeObject