Struct zeroconf::linux::browser::AvahiMdnsBrowser[][src]

pub struct AvahiMdnsBrowser { /* fields omitted */ }

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Creates a new MdnsBrowser that browses for the specified kind (e.g. _http._tcp)

Sets the network interface on which to browse for services on. Read more

Sets the ServiceDiscoveredCallback that is invoked when the browser has discovered and resolved a service. Read more

Sets the optional user context to pass through to the callback. This is useful if you need to share state between pre and post-callback. The context type must implement Any. Read more

Starts the browser. Returns an EventLoop which can be called to keep the browser alive.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.