Structs§
- Connection
Manager - The connection manager owns the mapping from connection_id → its backing protocol state. Previously this was eight parallel hashmaps held together by convention; invariants (e.g. “if connection_types says SFTP, the sftp hashmap contains the id”) are now enforced by the variant tag itself.
Enums§
- Managed
Connection - A single managed connection, tagged by protocol.
- Protocol
Kind - Canonical protocol tag for a managed connection.