Function iced::clipboard::read_primary

source ·
pub fn read_primary<Message>(
    f: impl Fn(Option<String>) -> Message + 'static
) -> Command<Message>
Expand description

Read the current contents of the primary clipboard.