pub fn section<C: PieceSeq + 'static>(children: C) -> FormSection<C>Expand description
A grouped card of form rows; .title(…) adds the header. Works inside a form (shared
label column) or standalone.
pub fn section<C: PieceSeq + 'static>(children: C) -> FormSection<C>A grouped card of form rows; .title(…) adds the header. Works inside a form (shared
label column) or standalone.