//! TlsTransport — static TransportSpec for TLS connections.
use TransportSpec;
use ;
/// Transport policy for TLS-encrypted connections.
///
/// Ties `TlsStream` as the wire type with TLS inbound/outbound runtimes.
///
/// TLS requires certificate config, so no default bind/connect target is
/// provided. Build `TlsInboundTarget` / `TlsOutboundTarget` explicitly.
;