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

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

Fields

Trait Implementations

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

[src]

Auto Trait Implementations

impl<N> Send for Node<N> where
    N: Send

impl<N> Sync for Node<N> where
    N: Sync