pub type InstanceName = String;
Expand description

Identifies a specific instance of a service being published. Instance names consist of a single label, which is at most 63 characters long and which contains no ’.’s. Instance names are UTF-8-encoded.

Aliased Type§

struct InstanceName { /* private fields */ }