Function cargo::core::gc::parse_time_span_for_config
source ยท 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.