Skip to main content

NamedSource

Type Alias NamedSource 

Source
pub type NamedSource = (String, Box<dyn TicketSource>);
Expand description

A named, live ticket source built from a connection: (connection name, source).

The first tuple element (.0) is the connection’s name; the second is its live source.