antoyo / relm

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

relm_core::Sender is not publicly reexported by the relm crate #138

Closed netvl closed 5 years ago

netvl commented 5 years ago

The relm_core::Sender type, unlike relm_core::Channel, is not publicly reexported by the relm crate, making it not possible to store it inside a structure for further use. Is this intentional for some reason?

antoyo commented 5 years ago

Fixed here.