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