pub trait SubKindwhere
    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§

Implementors§