Type Alias TcpClient

Source
pub type TcpClient = Client;
๐Ÿ‘ŽDeprecated since 5.0.0: use tokio_xmpp::Client instead
Available on crate feature insecure-tcp only.
Expand description

Client that connects over TCP

Aliased Typeยง

struct TcpClient { /* private fields */ }