Struct rustc_data_structures::graph::implementation::Node   [−][src]
pub struct Node<N> {
    pub data: N,
    // some fields omitted
}Fields
data: N
                           
                Trait Implementations
impl<N> SnapshotVecDelegate for Node<N>[src] 
impl<N> SnapshotVecDelegate for Node<N>