pub trait ConnectionStream: Stream<Item = Result<TcpStream>> + Unpin + Send { }
A stream of incoming connections.