pub fn dnd_destination<'a, Message: 'static>( child: impl Into<Element<'a, Message>>, mimes: Vec<Cow<'static, str>>, ) -> DndDestination<'a, Message>