Hostname

Type Alias 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 Hydro/DFIR process).

Aliased Typeยง

pub struct Hostname { /* private fields */ }