Type Definition tet_libp2p_core::transport::memory::Channel[][src]

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

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

Implements AsyncRead and AsyncWrite.