Module host_bridge
Source - HostBridgeHandle
- Handle for interacting with a specific host bridge node.
- HostBridgeManager
- Collection of host bridge handles keyed by node alias.
- HostBridgeSerializedPayload
- Serialized payload with correlation metadata.
- HostPort
- A single graph->host port, providing typed polling and convenience helpers.
- HostPortOwned
- A single graph->host port, owning its name (useful for iterator/filter use).
- HostPortOwnedIter
- Iterator adapter returned by
HostBridgeHandle::incoming_ports. - HostPorts
- Iterator adapter returned by
HostBridgeHandle::iter_ports.
- HostBridgeSerialized
- Serialized payload representation for host bridge boundaries.
- HOST_BRIDGE_ID
- Canonical registry id for the host-bridge node.
- HOST_BRIDGE_META_KEY
- Metadata key attached to host-bridge descriptors to mark them for runtime wiring.
- HostPollable
- Trait used by
HostPort::can_poll::<T>() and HostPort::try_pop::<T>(). - HostPortIterExt
- Iterator extensions over “host ports” (both
HostPort and HostPortOwned). - HostValuePort
- Shared value-pop behavior for
HostPort-like items.
- bridge_handler
- Build a host bridge handler that moves data between host-managed buffers and runtime edges.
- register_value_serializer
- Register a conversion from a typed payload
T into a runtime Value.