pub fn check_non_empty_field(
field: impl Into<String>,
value: &str,
) -> ConfigResult<()>Expand description
Checks that a string field is present and non-empty after trimming.
ยงErrors
Returns ConfigError::EmptyField when value is empty after trimming.