Type Alias tree_ds::prelude::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§

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