DirectedGraphScanner

Type Alias DirectedGraphScanner 

Source
pub type DirectedGraphScanner<U, T = ()> = SparseGraphScanner<U, T, DirectedEdge>;

Aliased Typeยง

pub struct DirectedGraphScanner<U, T = ()> { /* private fields */ }