Enum openlimits_exchange::message::subscription::Subscription [−][src]
pub enum Subscription {
Tick(MarketPair),
}Variants
Tuple Fields of Tick
0: MarketPairTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Subscription
impl Send for Subscription
impl Sync for Subscription
impl Unpin for Subscription
impl UnwindSafe for Subscription
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self