Type Alias UstrGraph

Source
pub type UstrGraph = HashGraph<Ustr, Ustr>;
Expand description

A finite graph with vertices and edges of type Ustr.

Aliased Typeยง

pub struct UstrGraph { /* private fields */ }