Struct async_dnssd::Registration [] [src]

pub struct Registration(_);

Successful registration

On dropping the registration the service will be unregistered. Registered Records from this Registration or the originating Register future will keep the Registration alive.

Methods

impl Registration
[src]

Get Record handle for default TXT record associated with the service registration (e.g. to update it).

Record::keep doesn't do anything useful on that handle.