pub trait UdpStateContext { }
Expand description
Empty trait to work around coherence issues.
This serves only to convince the coherence checker that a particular blanket trait implementation could only possibly conflict with other blanket impls in this crate. It can be safely implemented for any type. TODO(https://github.com/rust-lang/rust/issues/97811): Remove this once the coherence checker doesn’t require it.