NoTrafficPort

Trait NoTrafficPort 

Source
pub trait NoTrafficPort {
    // Required method
    fn wait_for_traffic<'a>(
        &'a self,
        step_name: &'a str,
        port_name: &'static str,
    ) -> LocalBoxFuture<'a, SimResult>;
}

Required Methods§

Source

fn wait_for_traffic<'a>( &'a self, step_name: &'a str, port_name: &'static str, ) -> LocalBoxFuture<'a, SimResult>

Implementations on Foreign Types§

Source§

impl<T> NoTrafficPort for InPort<T>
where T: SimObject,

Source§

fn wait_for_traffic<'a>( &'a self, location: &'a str, port_name: &'static str, ) -> LocalBoxFuture<'a, SimResult>

Implementors§