Struct rustc_data_structures::graph::Node [] [src]

pub struct Node<N> {
    pub data: N,
    // some fields omitted
}
Unstable (rustc_private)

Fields

data: N
Unstable (rustc_private)

Trait Implementations

impl<N> SnapshotVecDelegate for Node<N>
[src]

type Value = Node<N>

type Undo = ()

fn reverse(_: &mut Vec<Node<N>>, _: ())