SharedClient

Type Alias SharedClient 

Source
pub type SharedClient = Client<SharedUdpHandle>;
Expand description

Type alias for a client using the shared UDP transport.

This is useful for high-throughput scenarios where many clients share a single UDP socket via SharedUdpTransport.

Aliased Typeยง

pub struct SharedClient { /* private fields */ }