Function async_dnssd::browse
source ยท pub fn browse(reg_type: &str) -> Browse
Expand description
Browse for available services
reg_type
specifies the service type to search, e.g. "_ssh._tcp"
.
Uses browse_extended
with default BrowseData
.
See DNSServiceBrowse
.