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