Trait rustc::ty::NodeIdTree [] [src]

pub trait NodeIdTree {
    fn is_descendant_of(&self, node: NodeId, ancestor: NodeId) -> bool;
}
Unstable (rustc_private)

Required Methods

fn is_descendant_of(&self, node: NodeId, ancestor: NodeId) -> bool

Unstable (rustc_private)

Implementors