Skip to main content

TestInterfaceExt

Trait TestInterfaceExt 

Source
pub trait TestInterfaceExt {
    // Required method
    async fn apply_nud_flake_workaround(&self) -> Result;
}
Expand description

Helpers for netemul::TestInterface.

Required Methods§

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§