Trait arti_client::config::HasChanMethod

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

An object that can be connected to via ChannelMethods.

Required Methods§

fn chan_method(&self) -> ChannelMethod

Return the known ways to contact this

Implementations on Foreign Types§

§

impl HasChanMethod for BridgeConfig

§

impl HasChanMethod for FirstHop

§

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

Implementors§

§

impl HasChanMethod for OwnedChanTarget

§

impl HasChanMethod for OwnedCircTarget

§

impl<D> HasChanMethod for D
where D: DirectChanMethodsHelper,

§

impl<T> HasChanMethod for VerbatimLinkSpecCircTarget<T>
where T: HasChanMethod,