Struct windows_metadata::TypeTree
source · [−]pub struct TypeTree {
pub namespace: &'static str,
pub types: BTreeMap<&'static str, Vec<ElementType>>,
pub namespaces: BTreeMap<&'static str, TypeTree>,
}Fields
namespace: &'static strtypes: BTreeMap<&'static str, Vec<ElementType>>namespaces: BTreeMap<&'static str, TypeTree>