Type Alias hydroflow::util::simulation::Hostname

source ·
pub type Hostname = String;
Expand description

A hostname is a unique identifier for a host in the simulation. It is used to address messages to a specific host (and thus a specific Hydroflow transducer).

Aliased Type§

struct Hostname { /* private fields */ }