Module single_connection

Module single_connection 

Available on crate feature deploy_integration only.

Structsยง

ConnectedSingleConnection
A connected implementation which only allows a single live connection for the lifetime of the server. The first accepted connection is kept and its sink and stream are exposed; any subsequent connections are ignored.
SingleConnectionSink
SingleConnectionSource