pub fn bridge_handler(
bridges: HostBridgeManager,
) -> impl FnMut(&RuntimeNode, &ExecutionContext, &mut NodeIo<'_>) -> Result<(), NodeError>Expand description
Build a host bridge handler that moves data between host-managed buffers and runtime edges.