[][src]Trait rnix::types::EntryHolder

pub trait EntryHolder: TypedNode {
    fn entries(&self) -> Box<dyn Iterator<Item = KeyValue>> { ... }
fn inherits(&self) -> Box<dyn Iterator<Item = Inherit>> { ... } }

Provides the function .entries()

Provided methods

fn entries(&self) -> Box<dyn Iterator<Item = KeyValue>>

Return an iterator over all key=value entries

fn inherits(&self) -> Box<dyn Iterator<Item = Inherit>>

Return an iterator over all inherit entries

Loading content...

Implementors

impl EntryHolder for AttrSet[src]

impl EntryHolder for LegacyLet[src]

impl EntryHolder for LetIn[src]

Loading content...