You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fnmain(){letmut ctx:ClipboardContext = ClipboardProvider::new().unwrap();
ctx.set_contents("some string".to_owned()).unwrap();// Clipboard is "some string"}// Clipboard is empty after exit
geekoff7, apognu, Renzix, wrenby, hails and 7 more