Type Alias Topology

Source
pub type Topology = HashMap<String, String>;
Expand description

A map of topological domains to topological segments. For in depth details, see documentation for the Topology object in the CSI specification.

Aliased Typeยง

struct Topology { /* private fields */ }