Skip to main content

Module form

Module form 

Source

Structs§

Form
A form that aggregates multiple FormFields. Since FormField clones share their underlying atoms (D116 Phase 28 Step 8), Form itself is just a Vec<FormField> — no separate reactive plumbing needed at the Form level; every method here is &self because the fields it holds are shared handles, not owned data.