Function cosmic::iced_runtime::core::clipboard::read_primary_data
source ยท pub fn read_primary_data<T>(clipboard: &mut dyn Clipboard) -> Option<T>where
T: AllowedMimeTypes,
Expand description
Reads the current content of the primary Clipboard
.