pub type DirectedGraphScanner<U, T = ()> = SparseGraphScanner<U, T, DirectedEdge>;
Aliased Typeยง
pub struct DirectedGraphScanner<U, T = ()> { /* private fields */ }
pub type DirectedGraphScanner<U, T = ()> = SparseGraphScanner<U, T, DirectedEdge>;
pub struct DirectedGraphScanner<U, T = ()> { /* private fields */ }