Type Alias DefaultUdpRelay

pub type DefaultUdpRelay = UdpRelay<Timeout<DefaultUdpBinder, LayerErrorStatic<Elapsed>>, DirectUdpRelay>;
Expand description

Default [UdpBinder] type.

Aliased Typeยง

pub struct DefaultUdpRelay { /* private fields */ }