Skip to main content

CFXMLParserCopyDescriptionCallBack

Type Alias CFXMLParserCopyDescriptionCallBack 

Source
pub type CFXMLParserCopyDescriptionCallBack = Option<unsafe extern "C" fn(info: *const c_void) -> CFStringRef>;
Expand description

Apple SDK type alias CFXMLParserCopyDescriptionCallBack.

Aliased Type§

pub enum CFXMLParserCopyDescriptionCallBack {
    None,
    Some(unsafe extern "C" fn(*const c_void) -> *const __CFString),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void) -> *const __CFString)

Some value of type T.