Trait yaml_peg::repr::Repr[][src]

pub trait Repr: AsRef<Inner<Self>> + Hash + Eq + Clone + Debug {
    fn repr(yaml: YamlBase<Self>, pos: u64, ty: String, anchor: String) -> Self;
fn into_yaml(self) -> YamlBase<Self>; }
Expand description

The generic representation holder for YamlBase and NodeBase.

See the implementor list for the choose.

Required methods

Implementors