Searched defs:sub_components (Results 1 – 1 of 1) sorted by relevance
358 sub_components: Option<Value>, field392 fn sub_components(&self) -> Result<Vec<SubComponent>> { in sub_components() method396 let sub_components = value_to_array(value.clone(), "ConfigDescriptor sub_components")?; in sub_components() localVariable404 sub_components: OnceCell<Value>, field412 fn sub_components(&mut self, sub_components: Value) -> Result<()> { in sub_components() method418 let sub_components = self.sub_components.take(); in build() localVariable