Module single_connection
Available on crate feature
deploy_integration only.Structsยง
- Connected
Single Connection - 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.
- Single
Connection Sink - Single
Connection Source