Subscriptions

Type Alias Subscriptions 

Source
type Subscriptions = HashMap<OwnedMatchRule, (u64, InactiveReceiver<Result<Message>>)>;

Aliased Typeยง

struct Subscriptions { /* private fields */ }