Skip to main content

Module channel_provider

Module channel_provider 

Source
Expand description

Module exposing the ChannelProvider trait.

Relay circuit reactors use a ChannelProvider to open outgoing channels.

Structs§

OutboundChanSender
A sender for returning an outgoing relay channel requested via ChannelProvider::get_or_launch.

Traits§

ChannelProvider
An object that can fulfill outbound channel requests issued by the relay circuit reactor.

Type Aliases§

ChannelResult
A channel result returned by a ChannelProvider.