Struct rustc::middle::graph::Node[src]

pub struct Node<N> {
    pub data: N,
    // some fields omitted
}

Fields

data