Function andiskaz::clipboard::set

source ·
pub fn set(value: String) -> Result<(), ClipboardError>
Expand description

Sets the content of the clipboard to the given string. May fail if clipboard is not an UTF-8 string or for another low-level cause.