client-toolkit icon indicating copy to clipboard operation
client-toolkit copied to clipboard

Event enums in `data_source` miss Debug and Clone trait implementation

Open Aetf opened this issue 4 years ago • 1 comments

More specifically, data_source::DataSrouceEvent and data_source::DndEvent. It'd be really handy if they implement Clone and Debug.

Aetf avatar Oct 19 '21 23:10 Aetf

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

i509VCB avatar Oct 19 '21 23:10 i509VCB