Trait arti_client::config::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§