Struct dns_sd::DNSError [] [src]

pub struct DNSError(_);

Trait Implementations

impl Debug for DNSError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for DNSError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DNSError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for DNSError

impl Sync for DNSError