1 2 3 4 5 6 7
use std::sync::Arc; custom_ref!(Arc); pub fn new<K: Clone+Ord, V: Clone>() -> Tree<K, V> { None }