()
| 138 | } |
| 139 | |
| 140 | fn default_rng() -> String { |
| 141 | format!("src={}", RngConfig::DEFAULT_RNG_SOURCE) |
| 142 | } |
| 143 | |
| 144 | /// Returns all [`Arg`]s in alphabetical order. This is the order used in the |
| 145 | /// `--help` output. |
no outgoing calls
no test coverage detected