pub type NamedSource = (String, Box<dyn TicketSource>);
A named, live ticket source built from a connection: (connection name, source).
(connection name, source)
The first tuple element (.0) is the connection’s name; the second is its live source.
.0