pub type ULClipboardWritePlainTextCallback = Option<unsafe extern "C" fn(text: ULString)>;
Expand description

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

Aliased Type§

enum ULClipboardWritePlainTextCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut C_String)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut C_String))

Some value of type T.