Enum mdns_sd::UnregisterStatus
source ·
[−]pub enum UnregisterStatus {
OK,
NotFound,
}Expand description
Response status code for the service unregister call.
Variants
OK
Unregister was successful.
NotFound
The service was not found in the registration.
