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