Struct rustc_lint::middle::graph::NodeUnstable [-] [+] [src]

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

Fields

data