pub trait HasChanMethod {
// Required method
fn chan_method(&self) -> ChannelMethod;
}
Expand description
An object that can be connected to via ChannelMethod
s.
Required Methods§
sourcefn chan_method(&self) -> ChannelMethod
fn chan_method(&self) -> ChannelMethod
Return the known ways to contact this