expect_no_traffic

Function expect_no_traffic 

Source
pub async fn expect_no_traffic(
    location: &str,
    clock: &Clock,
    ticks: u64,
    receivers: Vec<(&'static str, &dyn NoTrafficPort)>,
) -> SimResult