Type Alias Channel

Source
pub type Channel = WrappedChannel;

Aliased Type§

struct Channel {
    inner: Channel,
}

Fields§

§inner: Channel