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

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

Fields

Trait Implementations

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

Auto Trait Implementations

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

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