loirc::Reader [] [src]

type Reader = Receiver<Event>;

This the receiving end of a mpsc channel.

If is closed/dropped, the connection will also be dropped, as there isn't anyone listening to the events anymore.