A Rust implementation of the Interactive Brokers TWS API, providing a reliable and user friendly interface for TWS and IB Gateway. Designed with a focus on simplicity and performance.
//! Common types and traits for builders
// Common module doesn't define any types currently as ResponseContext
// is defined in subscriptions::common and used by both sync and async builders