Trait tor_linkspec::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

Implementors§