pub fn read_data<T>(clipboard: &mut dyn Clipboard) -> Option<T>where T: AllowedMimeTypes,
Reads the current content of the Clipboard.
Clipboard