Type Alias exc_types::instrument::InstrumentStream
source · pub type InstrumentStream = BoxStream<'static, Result<InstrumentMeta<Decimal>, ExchangeError>>;Expand description
Instrument Stream.
Aliased Type§
struct InstrumentStream { /* private fields */ }