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