//! This module contains the `Threshold` trait and its implementations, which determine when a
//! `Simulation` should stop running.
use crateNetwork;
/// Used to end a `Simulation`.
/// To end a `Simulatoin` after a specified number of rounds has elapsed.