pub type ValidatorFun<T> = fn(&<T as ConfigValueType>::Value) -> Result<(), String>;
A validator for extracted values of T::Value
T::Value