Skip to main content

copy_text

Function copy_text 

Source
pub fn copy_text(text: &str) -> Result<&'static str, String>
Expand description

Copy text to clipboard via arboard, falling back to OSC52. Returns the method name on success.