fn parse_time_span_for_config(
config_name: &str,
span: &str,
) -> CargoResult<Duration>Expand description
Parses a time span value fetched from config.
This is here to provide better error messages specific to reading from config.
fn parse_time_span_for_config(
config_name: &str,
span: &str,
) -> CargoResult<Duration>Parses a time span value fetched from config.
This is here to provide better error messages specific to reading from config.