Function async_dnssd::browse [] [src]

pub fn browse(
    interface: Interface,
    reg_type: &str,
    domain: Option<&str>,
    handle: &Handle
) -> Result<Browse>

Browses for available services

reg_type specifies the service type to search, e.g. "_ssh._tcp".

See DNSServiceBrowse.