Skip to main content

nested_path

Function nested_path 

Source
pub fn nested_path(namespace: &str, leaf: &[&str]) -> Vec<String>
Expand description

Build a multi-segment path, e.g. nested_path("SERVER", &["HOST"])["SERVER", "HOST"].