ArcExchange

Type Alias ArcExchange 

Source
pub type ArcExchange = Arc<dyn Exchange>;
Expand description

Type alias for an Arc-wrapped Exchange trait object

Use this when you need shared ownership across threads.

Aliased Typeยง

pub struct ArcExchange { /* private fields */ }