pub trait TestInterfaceExt {
// Required method
async fn apply_nud_flake_workaround(&self) -> Result;
}Expand description
Helpers for netemul::TestInterface.
Required Methods§
Sourceasync fn apply_nud_flake_workaround(&self) -> Result
async fn apply_nud_flake_workaround(&self) -> Result
Calls crate::nud::apply_nud_flake_workaround for this interface.
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.