[][src]Trait zamm_yang::node_wrappers::InheritanceNodeTrait

pub trait InheritanceNodeTrait<T>: BaseNodeTrait<T> {
    pub fn inheritance_nodes(&self) -> Vec<T, Global>;
}

All wrappers that are aware of attribute inheritance will have these functions available.

Required methods

pub fn inheritance_nodes(&self) -> Vec<T, Global>[src]

The set of nodes, including this one, whose attributes count as this one's.

Loading content...

Implementors

impl InheritanceNodeTrait<FinalNode> for FinalNode[src]

impl InheritanceNodeTrait<InheritanceNode> for InheritanceNode[src]

Loading content...