Function async_dnssd::resolve
source ยท pub fn resolve(
interface: Interface,
name: &str,
reg_type: &str,
domain: &str,
) -> Resolve
Expand description
Find hostname and port (and more) for a service
You probably want to use BrowseResult::resolve
instead.
See DNSServiceResolve
.