pub type HostId = String;

Aliased Type§

struct HostId {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>