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)),
}