Module ublox_short_range::prelude[][src]

Prelude - Include traits

Re-exports

pub use crate::wifi::ap::WifiHotspot;
pub use crate::wifi::sta::WifiConnectivity;

Traits

TcpClient

This trait is implemented by TCP/IP stacks. You could, for example, have an implementation which knows how to send AT commands to an ESP8266 WiFi module. You could have another implementation which knows how to driver the Rust Standard Library’s std::net module. Given this trait, you can how write a portable HTTP client which can work with either implementation.

UdpClient

This trait is implemented by UDP/IP stacks. You could, for example, have an implementation which knows how to send AT commands to an ESP8266 WiFi module. You could have another implementation which knows how to driver the Rust Standard Library’s std::net module. Given this trait, you can how write a portable CoAP client which can work with either implementation.