Struct async_dnssd::Record [] [src]

pub struct Record(_);

A successful record registration

Releases the record when dropped (unless it is a Registration::get_default_txt_record or a Register::get_default_txt_record)

Also keeps the underlying Registration or Connection alive.

Methods

impl Record
[src]

Type of the record

Update recor

Cannot change type or class of record.

See DNSServiceUpdateRecord.

Keep record alive for as long as the underlying Registration or Connection lives