pub trait Udp {
// Required method
fn udp_get_sockets(&self) -> UdpSocketIterator<'_> ⓘ;
}Expand description
Methods from the OpenThread “UDP” Module.
Required Methods§
Sourcefn udp_get_sockets(&self) -> UdpSocketIterator<'_> ⓘ
fn udp_get_sockets(&self) -> UdpSocketIterator<'_> ⓘ
Functional equivalent of otsys::otUdpGetSockets.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".