type DispatcherSubscriptionsMap<M> = Mutex<HashMap<MessageSubscriptionId, Sender<(Result<Arc<M>>, Option<u64>)>>>;
Dispatcher subscriptions HashMap type.
struct DispatcherSubscriptionsMap<M> { /* private fields */ }