Module cubridge

Module cubridge 

Source
Expand description

Typed bridge traits and helpers used to connect Copper to external components both as a sink and a source.

Structs§

BridgeChannel
Compile-time description of a single bridge channel, including the message type carried on it.
BridgeChannelConfig
Runtime descriptor that includes the parsed per-channel configuration.
BridgeChannelDescriptor
Static metadata describing a channel. Used to pass configuration data at runtime without leaking the channel’s payload type.

Traits§

BridgeChannelInfo
Type-erased metadata exposed for channel enumeration and configuration.
BridgeChannelSet
Describes a set of channels for one direction (Tx or Rx) of the bridge.
CuBridge
Public trait implemented by every copper bridge.