pub fn default_config_transform<T>(input: &str) -> Result<T>where T: FromStr, <T as FromStr>::Err: Sync + Send + Error + 'static,
Default transformation to parse a ConfigField for a string.
ConfigField
This uses FromStr to parse the data.
FromStr