pub const fn from_fn<T, F>(f: F) -> FnValidator<F, T>where T: ?Sized, F: Fn(&mut ValidationCtx, Option<&T>) -> ValidationResult,
Creates a validator from a function, using FnValidator.
FnValidator