Expand description
Typed bridge traits and helpers used to connect Copper to external components both as a sink and a source.
Structs§
- Bridge
Channel - Compile-time description of a single bridge channel, including the message type carried on it.
- Bridge
Channel Config - Runtime descriptor that includes the parsed per-channel configuration.
- Bridge
Channel Descriptor - Static metadata describing a channel. Used to pass configuration data at runtime without leaking the channel’s payload type.
Traits§
- Bridge
Channel Info - Type-erased metadata exposed for channel enumeration and configuration.
- Bridge
Channel Set - Describes a set of channels for one direction (Tx or Rx) of the bridge.
- CuBridge
- Public trait implemented by every copper bridge.