Skip to main content

UmkaGetFieldType

Type Alias UmkaGetFieldType 

Source
pub type UmkaGetFieldType = Option<unsafe extern "C" fn(structType: *const UmkaType, fieldName: *const c_char) -> *const UmkaType>;

Aliased Type§

pub enum UmkaGetFieldType {
    None,
    Some(unsafe extern "C" fn(*const tagType, *const i8) -> *const tagType),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const tagType, *const i8) -> *const tagType)

Some value of type T.