pub type Event = Event;
Event yielded by the event loop
enum Event { Incoming(Packet), Outgoing(Outgoing), }