pub fn write_data<Message>(
    contents: impl AsMimeTypes + Sync + Send + 'static,
) -> Task<Message>Expand description
Write the given contents to the clipboard.
pub fn write_data<Message>(
    contents: impl AsMimeTypes + Sync + Send + 'static,
) -> Task<Message>Write the given contents to the clipboard.