rnix::ast

Trait HasEntry

Source
pub trait HasEntry: AstNode {
    // Provided methods
    fn entries(&self) -> AstChildren<Entry>
       where Self: Sized { ... }
    fn attrpath_values(&self) -> AstChildren<AttrpathValue>
       where Self: Sized { ... }
    fn inherits(&self) -> AstChildren<Inherit>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn entries(&self) -> AstChildren<Entry>
where Self: Sized,

Source

fn attrpath_values(&self) -> AstChildren<AttrpathValue>
where Self: Sized,

Source

fn inherits(&self) -> AstChildren<Inherit>
where Self: Sized,

Implementors§