pub type NodeIdentities = HashMap<String, NodeIdentity>;Expand description
Per-node identities, keyed by node id. Only source and sink nodes appear.
Aliased Typeยง
pub struct NodeIdentities { /* private fields */ }pub type NodeIdentities = HashMap<String, NodeIdentity>;Per-node identities, keyed by node id. Only source and sink nodes appear.
pub struct NodeIdentities { /* private fields */ }