Type Alias SubTree

Source
pub type SubTree<Q, T> = Tree<Q, T>;
Expand description

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.

Aliased Typeยง

pub struct SubTree<Q, T> { /* private fields */ }