Type Alias figaro::orchestration::Hostname

pub type Hostname = String;

Aliased Type§

struct Hostname {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>