Type Alias ownership_tracker::HostId

source ·
pub type HostId = String;

Aliased Type§

struct HostId {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>