pub type DioxusFieldChangeMap = HashMap<String, DioxusFieldChangeFn>;Expand description
A map of per-field Dioxus transform functions (keyed by field name).
Aliased Type§
pub struct DioxusFieldChangeMap { /* private fields */ }pub type DioxusFieldChangeMap = HashMap<String, DioxusFieldChangeFn>;A map of per-field Dioxus transform functions (keyed by field name).
pub struct DioxusFieldChangeMap { /* private fields */ }