Function cosmic::iced_runtime::clipboard::read_data

source ยท
pub fn read_data<T, Message>(
    f: impl Fn(Option<T>) -> Message + 'static,
) -> Command<Message>
where T: AllowedMimeTypes + Send + Sync + 'static,
Expand description

Read the current contents of the clipboard.