pub trait HasChanMethods {
    fn chan_methods(&self) -> Vec<ChannelMethod>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
; }
Expand description

An object that can be connected to via ChannelMethods.

Required Methods

Return the known ways to contact this

Implementors