Trait netemul::DhcpClient
source · 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.
Object Safety§
This trait is not object safe.