UdpClient

Type Alias UdpClient 

Source
pub type UdpClient = Client<UdpHandle>;
Expand description

Type alias for a client using UDP transport.

This is the default and most common client type.

Aliased Typeยง

pub struct UdpClient { /* private fields */ }