netstack_testing_common::interfaces

Trait TestInterfaceExt

Source
pub trait TestInterfaceExt {
    // Required method
    fn apply_nud_flake_workaround<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}
Expand description

Helpers for netemul::TestInterface.

Required Methods§

Source

fn apply_nud_flake_workaround<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Calls crate::nud::apply_nud_flake_workaround for this interface.

Implementations on Foreign Types§

Source§

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

Source§

fn apply_nud_flake_workaround<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§