Skip to main content

FieldChangeMap

Type Alias FieldChangeMap 

Source
pub type FieldChangeMap = HashMap<String, FieldChangeFn>;
Expand description

A map of per-field transform functions keyed by field name.

Return Some(FieldChange { .. }) to override a field’s metadata. Return None to exclude the field from the filter/form and from validation.

Aliased Type§

pub struct FieldChangeMap { /* private fields */ }