Type Alias tokio_xmpp::starttls::StartTlsSimpleClient
source · pub type StartTlsSimpleClient = SimpleClient<ServerConfig>;
Available on crate feature
starttls
only.Expand description
SimpleClient that connects over StartTls
Aliased Type§
struct StartTlsSimpleClient { /* private fields */ }