Struct rustc_typeck::middle::graph::NodeExperimental [-]  [+] [src]

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

Fields

data