Struct async_dnssd::Record [−][src]
pub struct Record(_);Expand description
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.
Implementations
Keep record alive for as long as the underlying
Registration or
Connection lives
