iced_runtime

Module clipboard

Source
Expand description

Access the clipboard.

Enums§

  • A clipboard action to be performed by some Task.

Functions§

  • Read the current contents of the clipboard.
  • Read the current contents of the primary clipboard.
  • Write the given contents to the clipboard.
  • Write the given contents to the primary clipboard.