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