pub type ClipboardWriter = Arc<dyn Fn(&str) -> Result<(), String> + Send + Sync>;
pub struct ClipboardWriter { /* private fields */ }