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. Instance names are UTF-8-encoded. An instance name may contain any number of ’.’s.
Aliased Type§
pub struct InstanceName { /* private fields */ }