pub trait TestInterfaceExt {
// Required method
fn apply_nud_flake_workaround(&self) -> impl Future<Output = Result>;
}Expand description
Helpers for netemul::TestInterface.
Required Methods§
Sourcefn apply_nud_flake_workaround(&self) -> impl Future<Output = Result>
fn apply_nud_flake_workaround(&self) -> impl Future<Output = 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.