Type Alias DefaultUdpRelay
pub type DefaultUdpRelay = UdpRelay<Timeout<DefaultUdpBinder, LayerErrorStatic<Elapsed>>, DirectUdpRelay>;Expand description
Default binder Service type.
Aliased Typeยง
pub struct DefaultUdpRelay { /* private fields */ }