modfield;modform;pubusefield::*;pubuseform::*;/// Create a new [`Form`] with a vertical layout.
pubfnv_form()-> Form{Form::vertical()}/// Create a new [`Form`] with a horizontal layout.
pubfnh_form()-> Form{Form::horizontal()}/// Create a new [`Field`].
pubfnfield()-> Field{Field::new()}