[][src]Type Definition libp2p::core::transport::memory::Channel

type Channel<T> = RwStreamSink<Chan<T>>;

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

Implements AsyncRead and AsyncWrite.