Skip to main content

make_backend_dispatcher

Function make_backend_dispatcher 

Source
pub fn make_backend_dispatcher<T: BackendRuntime + 'static>() -> RoleDispatcher
where <T as BackendRuntime>::Error: Display,
Expand 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.