Struct ena::graph::Edge [] [src]

pub struct Edge<E> {
    pub data: E,
    // some fields omitted
}

Fields

Methods

impl<E> Edge<E>
[src]

Trait Implementations

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

impl<E: Debug> Debug for Edge<E>
[src]

Formats the value using the given formatter.