Type Alias tokio_xmpp::connect::tcp::TcpClient
source · pub type TcpClient = Client<TcpServerConnector>;
Available on crate feature
insecure-tcp
only.Expand description
Client that connects over TCP
Aliased Type§
struct TcpClient { /* private fields */ }