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
.
pub fn read_primary_data<T>(clipboard: &mut dyn Clipboard) -> Option<T>where
T: AllowedMimeTypes,
Reads the current content of the primary Clipboard
.