Trait tom::ast::EntryOwner[][src]

pub trait EntryOwner: AstNode {
    fn entries(self, doc: &TomlDoc) -> AstChildren<Entry>;
fn append_entry(self, doc: &mut TomlDoc, entry: Entry); }

Required Methods

Important traits for AstChildren<'a, A>

Implementors