Skip to main content

Module validation

Module validation 

Source
Expand description

Form request + validation. Wraps garde.

Structsยง

ValidatedForm
An extractor that deserializes the body (JSON or form-urlencoded) and runs garde::Validate on the result before returning the typed struct.