Struct verne::yaml::YamlParser [] [src]

pub struct YamlParser {
    pub template: String,
}

Fields

Trait Implementations

impl Debug for YamlParser
[src]

Formats the value using the given formatter.

impl Parser for YamlParser
[src]