pub fn make_backend_dispatcher<T: BackendRuntime + 'static>() -> RoleDispatcherExpand description
Build a RoleDispatcher for a concrete BackendRuntime impl —
the per-T dispatch_atomic closure plus the materialize_from_wire
bridge the derive emits. Backend dispatchers are the only ones
that wire a real materialize entry; every other role registers
no_materialize.