PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

FileHandle is not `Clone` #196

Open TitouanReal opened 2 months ago

TitouanReal commented 2 months ago

When using async functionality in Iced, one uses a Message type that must be Clone in practice.

To be able to use rfd's AsyncFileDialog in Iced, it would be nice if FileHandle could implement Clone.