pub fn register_from_str_validation<T: FromStr>() -> Result<()>
where <T as FromStr>::Err: StdError + Send + Sync + 'static,
Expand description

Register a validation function for a type that uses the FromStr to check the type.