Skip to main content

Channel

Type Alias Channel 

Source
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 */ }