pub type DefaultServerTlsStream = TlsStream<TcpStream>;
struct DefaultServerTlsStream(/* private fields */);