Struct ena::graph::Node [] [src]

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

Fields

Trait Implementations

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