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