use std::collections::BTreeMap; pub fn transform(h: &BTreeMap>) -> BTreeMap { unimplemented!("How will you transform the tree {:?}?", h) }