Module tarpc::rpc::transport [−][src]
Provides a Transport
trait as well as implementations.
The rpc crate is transport- and protocol-agnostic. Any transport that impls Transport
can be plugged in, using whatever protocol it wants.
Modules
channel | Transports backed by in-memory channels. |