pub trait UdpCounterContext<I: IpExt, D: WeakDeviceIdentifier, BT: UdpBindingsTypes>: ResourceCounterContext<UdpSocketId<I, D, BT>, UdpCountersWithSocket<I>> + CounterContext<UdpCountersWithoutSocket<I>> { }Expand description
A marker trait to simplify bounds for UDP counters.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".