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