pub(crate) trait VariableInfoExt {
// Required methods
fn get_subinfo(&self, path: &[String]) -> &VariableInfo;
fn has_subpath(&self, path: &[String]) -> bool;
}
pub(crate) trait VariableInfoExt {
// Required methods
fn get_subinfo(&self, path: &[String]) -> &VariableInfo;
fn has_subpath(&self, path: &[String]) -> bool;
}