Trait rnix::ast::HasEntry

source ·
pub trait HasEntry: AstNode {
    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

Implementors