[][src]Type Definition ul_sys::ULClipboardReadPlainTextCallback

type ULClipboardReadPlainTextCallback = Option<unsafe extern "C" fn(result: ULString)>;

The callback invoked when the library wants to read from the system's clipboard.

You should store the result (if any) in 'result'.