antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

Blanket impl Clone for Sender #145

Closed sunjay closed 5 years ago

sunjay commented 5 years ago

Fixes #139. Just using #[derive(Clone)] does not work for reasons explained in the issue comments.

antoyo commented 5 years ago

Thank you for your contribution.