pub type SubTree<Q, T> = Tree<Q, T>;
A subtree of a tree.
This struct represents a subtree of a tree. A subtree is a tree that is a part of a larger tree.
pub struct SubTree<Q, T> { /* private fields */ }