Type Definition merkle_tree_stream::NodeVector [] [src]

type NodeVector = Vec<Rc<Node>>;

A vector of Node instances.