pub fn validate(form: &Form) -> Result<FormSubmit, String>Expand description
Validate the form’s buffers and produce a dispatchable submit payload.
Returns Err with a human-readable message on any validation failure.
pub fn validate(form: &Form) -> Result<FormSubmit, String>Validate the form’s buffers and produce a dispatchable submit payload.
Returns Err with a human-readable message on any validation failure.