Type Alias libp2p::core::transport::memory::Channel

pub type Channel<T> = RwStreamSink<Chan<T>>;
Expand description

A channel represents an established, in-memory, logical connection between two endpoints.

Implements AsyncRead and AsyncWrite.

Aliased Type§

struct Channel<T> { /* private fields */ }