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

An object that can be connected to via ChannelMethods.

Required Methods§

Return the known ways to contact this

Implementors§