Expand description
Module exposing the ChannelProvider trait.
Relay circuit reactors use a ChannelProvider to open outgoing channels.
Structs§
- Outbound
Chan Sender - A sender for returning an outgoing relay channel
requested via
ChannelProvider::get_or_launch.
Traits§
- Channel
Provider - An object that can fulfill outbound channel requests issued by the relay circuit reactor.
Type Aliases§
- Channel
Result - A channel result returned by a
ChannelProvider.