pub type UdpClient = Client<UdpHandle>;
Type alias for a client using UDP transport.
This is the default and most common client type.
pub struct UdpClient { /* private fields */ }