Function section_for_path
pub fn section_for_path(path: &str) -> Option<Section>Expand description
First segment of a dotted property path mapped back to the section
it lives under, or None for non-section paths
(onboard_state.completed_sections, etc.).