Type Definition ul_sys::ULClipboardReadPlainTextCallback[][src]

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

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

You should store the result (if any) in ‘result’.