pub fn empty_handler_registry<P, M, W>() -> TheHandlerRegistry<P, M, W>
where P: Send, M: Send + Clone, W: Clone,
Expand description

Creates an empty handler registry for a type of projection and a type of return values that can be populated with SubscriptionHandles.