pub type SimpleSamplingTree<C> = Tree<UnstableNode<C>>;
struct SimpleSamplingTree<C> { /* private fields */ }