pub type ArcExchange = Arc<dyn Exchange>;
Type alias for an Arc-wrapped Exchange trait object
Use this when you need shared ownership across threads.
pub struct ArcExchange { /* private fields */ }