Type Alias UnsignedLongOrBoolean

Source
pub(crate) type UnsignedLongOrBoolean = UnsignedLongOrBoolean;

Aliased Type§

pub(crate) enum UnsignedLongOrBoolean {
    UnsignedLong(u32),
    Boolean(bool),
}

Variants§

§

UnsignedLong(u32)

§

Boolean(bool)