pub trait StreamSelector<Kind>where
    Self: Connector,
    Kind: SubKind,
{ type Stream: MarketStream<Self, Kind>; }
Expand description

Defines the MarketStream kind associated with an exchange Subscription SubKind.

Notes

Must be implemented by an exchange Connector if it supports a specific SubKind.

Required Associated Types§

Implementors§