netstack_testing_common::realms

Trait NetstackExt

Source
pub trait NetstackExt {
    const USE_OUT_OF_STACK_DHCP_CLIENT: bool;
}
Expand description

An extension trait for Netstack.

Required Associated Constants§

Source

const USE_OUT_OF_STACK_DHCP_CLIENT: bool

Whether to use the out of stack DHCP client for the given Netstack.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§