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