serve_event_impl

Function serve_event_impl 

async fn serve_event_impl<Incoming>(incoming: Incoming, event_tx: EventSender)
where Incoming: Stream<Item = Result<Transport<UnixStream, (), Event, Codec<(), Event>>>>,
Available on crate feature server only.