Type Definition snocat::common::tunnel_source::DynamicConnectionSet[][src]

type DynamicConnectionSet<Id, TunnelType = BoxedTunnel<'static>> = DynamicStreamSet<Id, TunnelType>;
Expand description

A set of connections / endpoints that can be updated dynamically, to allow runtime addition and removal of connections / “Tunnel sources” to those being handled by a tunnel server.