pub fn build_components_section(
ctx: &mut Context,
components: &mut Map<String, Component>,
components_section: Cursor<'_>,
) -> Result<(), Error>
Expand description
Build a components section and add the component instances to the mapping.