pub type InputValueParseFn<S> = for<'b> fn(_: &'b InputValue<S>) -> Result<(), FieldError<S>>;
Expand description
Shortcut for an InputValue
parsing function.
pub type InputValueParseFn<S> = for<'b> fn(_: &'b InputValue<S>) -> Result<(), FieldError<S>>;
Shortcut for an InputValue
parsing function.