[][src]Trait jp_graph::Edge

pub trait Edge<N> {
    fn target(&self) -> N;
}

Required methods

fn target(&self) -> N

Loading content...

Implementors

impl<N: Copy> Edge<N> for N[src]

Loading content...