Trait tom::ast::KeyOwner[][src]

pub trait KeyOwner: AstNode {
    fn keys(self, doc: &TomlDoc) -> AstChildren<Key>;
}

Required Methods

Important traits for AstChildren<'a, A>

Implementors