Exchanges

Type Alias Exchanges 

Source
pub type Exchanges = Arc<DashMap<String, Sender<Response>>>;

Aliased Typeยง

pub struct Exchanges { /* private fields */ }