Skip to main content

FormValues

Type Alias FormValues 

Source
pub type FormValues = HashMap<&'static str, String>;
Expand description

A snapshot of every field’s value, passed to Rules so they can cross-reference other fields.

Aliased Type§

pub struct FormValues { /* private fields */ }