Function cosmic::iced_widget::runtime::dnd::peek_dnd

source ยท
pub fn peek_dnd<T, Message>(
    f: impl Fn(Option<T>) -> Message + 'static,
) -> Command<Message>
where T: AllowedMimeTypes + Send + Sync + 'static,
Expand description

Read the current contents of the Dnd operation.