Skip to main content

TestInterfaceExt

Trait TestInterfaceExt 

Source
pub trait TestInterfaceExt {
    // Required method
    fn apply_nud_flake_workaround(&self) -> impl Future<Output = Result>;
}
Expand description

Helpers for netemul::TestInterface.

Required Methods§

Source

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.

Implementations on Foreign Types§

Source§

impl<'a> TestInterfaceExt for TestInterface<'a>

Implementors§