client-toolkit
client-toolkit copied to clipboard
Event enums in `data_source` miss Debug and Clone trait implementation
More specifically, data_source::DataSrouceEvent and data_source::DndEvent. It'd be really handy if they implement Clone and Debug.
0701edd added the Debug implementations but no new version of SCTK has been released yet containing those changes.
Clone appears to be possible but the lifetime on DndEvent would very heavily restrict where you can send off the DndEvent