Type Alias SimpleSamplingTree

Source
pub type SimpleSamplingTree<C> = Tree<UnstableNode<C>>;

Aliased Typeยง

struct SimpleSamplingTree<C> { /* private fields */ }