pub trait MarketDataDecoderProvider<IS: InstrumentSpec> {
type MarketDataDecoder: MarketDataDecoder<IS>;
}Required Associated Types§
type MarketDataDecoder: MarketDataDecoder<IS>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".