Struct rustc::middle::graph::EdgeExperimental [-]  [+] [src]

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

Fields

data

Methods

impl<E> Edge<E>

fn source(&self) -> NodeIndex

fn target(&self) -> NodeIndex

Trait Implementations

impl<E: Show> Show for Edge<E>

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>