catlog::one::graph

Type Alias UstrGraph

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

A finite graph with vertices and edges of type Ustr.

Aliased Typeยง

struct UstrGraph { /* private fields */ }