pub type Channel = BaseChannel;Expand description
Type alias for backward compatibility.
New code should use BaseChannel directly or work with the
ChannelCore / ChannelMut traits.
Aliased Typeยง
pub struct Channel { /* private fields */ }pub type Channel = BaseChannel;Type alias for backward compatibility.
New code should use BaseChannel directly or work with the
ChannelCore / ChannelMut traits.
pub struct Channel { /* private fields */ }