Type Alias yaml_peg::NodeRc

source ·
pub type NodeRc = Node<RcRepr>;
Expand description

A node with alloc::rc::Rc holder.

Aliased Type§

struct NodeRc { /* private fields */ }