Type Alias yaml_peg::NodeArc

source ·
pub type NodeArc = Node<ArcRepr>;
Expand description

A node with alloc::sync::Arc holder.

Aliased Type§

struct NodeArc { /* private fields */ }