pub trait DhcpClient {
const DHCP_CLIENT_VERSION: DhcpClientVersion;
}Expand description
Abstraction for how DHCP client functionality is provided.
Required Associated Constants§
Sourceconst DHCP_CLIENT_VERSION: DhcpClientVersion
const DHCP_CLIENT_VERSION: DhcpClientVersion
The DHCP client version to be used.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".