pub type InstrumentStream = BoxStream<'static, Result<InstrumentMeta<Decimal>, ExchangeError>>;Expand description
Instrument Stream.
Aliased Typeยง
pub struct InstrumentStream { /* private fields */ }pub type InstrumentStream = BoxStream<'static, Result<InstrumentMeta<Decimal>, ExchangeError>>;Instrument Stream.
pub struct InstrumentStream { /* private fields */ }