Struct rustc::middle::graph::EdgeUnstable [-] [+] [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: Debug> Debug for Edge<E>

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