Struct dns_sd::DNSService [] [src]

pub struct DNSService {
    // some fields omitted
}

Methods

impl DNSService
[src]

fn register(name: Option<&str>, regtype: &str, domain: Option<&str>, host: Option<&str>, port: u16, txt: &[&str]) -> Result<DNSServiceDNSError>

Trait Implementations

impl Drop for DNSService
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more