Module yaml_peg::repr[][src]

Expand description

This module contains representation holder, the reference counter type.

Rc is the single thread reference counter, and Arc is the multiple thread reference counter.

Structs

The representation holder for Arc.

The representation holder for Rc.

Traits

The generic representation holder for YamlBase and NodeBase.