pub type TxtString = String;
Expand description
Provides description relating to a service instance. In typical use, TXT strings consist of a key and value separated by ‘=’. TXT strings must be at most 255 characters long and are UTF-8-encoded.
Aliased Type§
struct TxtString { /* private fields */ }