Available on crate feature 
managed-pts only.Expand description
Launching pluggable transport binaries and communicating with them.
This module contains utilities to launch pluggable transports supporting pt-spec.txt version 1, and communicate with them in order to specify configuration parameters and receive updates as to the current state of the PT.
Structs§
- PluggableClient Transport 
- A pluggable transport binary in a child process.
- PluggableServer Transport 
- A pluggable transport server binary in a child process.
- PtClientParameters 
- Parameters passed only to a pluggable transport client.
- PtClientParameters Builder 
- Builder for PtClientParameters.
- PtCommonParameters 
- Common parameters passed to a pluggable transport.
- PtCommonParameters Builder 
- Builder for PtCommonParameters.
- PtServerParameters 
- Parameters passed only to a pluggable transport server.
- PtServerParameters Builder 
- Builder for PtServerParameters.
- PtStatus
- An arbitrary key/value status update from a pluggable transport.
Enums§
- PtClientParameters Builder Error 
- Error type for PtClientParametersBuilder
- PtCommonParameters Builder Error 
- Error type for PtCommonParametersBuilder
- PtMessage
- A message sent from a pluggable transport child process.
- PtServerParameters Builder Error 
- Error type for PtServerParametersBuilder
Traits§
- PluggableTransport 
- Common functionality implemented to allow code reuse