pub trait DnsTextData: Sized { fn dns_parse(data: &str) -> ::errors::Result; fn dns_format(&self) -> ::errors::Result; }