Trait barter_data::subscription::SubscriptionKind

source ·
pub trait SubscriptionKind
where Self: Debug + Clone,
{ type Event: Debug; }
Expand description

Defines the type of a Subscription, and the output Self::Event that it yields.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§