[][src]Trait zamm_yin::node_wrappers::InheritanceNodeTrait

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

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

Required methods

pub fn inheritance_nodes(&self) -> Vec<T>[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...