tokio_xmpp::connect::tcp

Type Alias 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 */ }