pub fn make_protocol_dispatcher<T: ProtocolRuntime + 'static>() -> RoleDispatcherExpand description
Build a RoleDispatcher for a concrete ProtocolRuntime impl.
Called from Engine::register_protocol_dispatcher and from any
test/production setup that needs to register dispatcher entries on
a fresh Engine.