Function clipboard_win::raw::set_string_with

source ยท
pub fn set_string_with<C: Clearing>(data: &str, _is_clear: C) -> SysResult<()>
Expand description

Copies unicode string onto clipboard, performing necessary conversions, returning true on success.

Allows to customize clipboard setting behavior

  • C - Specifies clearing behavior