arti_client::config

Trait HasChanMethod

Source
pub trait HasChanMethod {
    // Required method
    fn chan_method(&self) -> ChannelMethod;
}
Expand description

An object that can be connected to via ChannelMethods.

Required Methods§

Source

fn chan_method(&self) -> ChannelMethod

Return the known ways to contact this

Implementations on Foreign Types§

Source§

impl HasChanMethod for BridgeConfig

Source§

impl HasChanMethod for FirstHop

Source§

impl<'a> HasChanMethod for BridgeRelay<'a>

Implementors§