pub type SubtypeName = String;
Expand description

Identifies a subtype of a service. Subtype names consist of a single label, which is at most 63 characters long and which contains no ’.’s. Subtype names are UTF-8-encoded.

Aliased Type§

struct SubtypeName { /* private fields */ }