Struct async_dnssd::FullName
[−]
[src]
pub struct FullName<'a> {
pub service: Option<&'a str>,
pub reg_type: &'a str,
pub domain: &'a str,
}Full name consiting of (up to) three parts
Fields
service: Option<&'a str>
(unescaped) service name (becomes single label in full name)
reg_type: &'a str
registration type (valid names don't need escaping)
domain: &'a str
(escaped) domain name (most names don't need escaping)