pub type ULClipboardClearCallback = Option<unsafe extern "C" fn()>;
Expand description

The callback invoked when the library wants to clear the system’s clipboard.

Aliased Type§

enum ULClipboardClearCallback {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.