Skip to main content

nested_section_paths

Function nested_section_paths 

Source
pub fn nested_section_paths(meta: &'static Meta) -> Vec<Vec<&'static str>>
Expand description

Collects every nested confique section path from schema metadata.

§Arguments

  • meta: Root confique metadata to traverse.

§Returns

Returns nested section paths in metadata traversal order.

§Examples

let _ = ();