Trait tomson::TomlSrc [] [src]

pub trait TomlSrc {
    fn parse(&mut self) -> Result<Value, Vec<ParserError>>;
}

Represents an Toml input source

Required Methods

attempt to parse source into Toml value

Implementors