pub type TypeValueTree<ADDR> = Tree<TypeValue<ADDR>>;
pub struct TypeValueTree<ADDR> { /* private fields */ }