Trait petgraph::visit::IntoNeighborsDirected [] [src]

pub trait IntoNeighborsDirected: IntoNeighbors {
    type NeighborsDirected: Iterator<Item=Self::NodeId>;
    fn neighbors_directed(self, n: Self::NodeId, d: EdgeDirection) -> Self::NeighborsDirected;
}

Associated Types

Required Methods

Implementors