pub type TxtCharacterString = Vec<u8>;
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 TxtCharacterString { /* private fields */ }