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§

source

const DHCP_CLIENT_VERSION: DhcpClientVersion

The DHCP client version to be used.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl DhcpClient for InStack

source§

const DHCP_CLIENT_VERSION: DhcpClientVersion = DhcpClientVersion::InStack

source§

impl DhcpClient for OutOfStack

source§

const DHCP_CLIENT_VERSION: DhcpClientVersion = DhcpClientVersion::OutOfStack