Enum async_dnssd::TimeoutStreamError [] [src]

pub enum TimeoutStreamError<E> {
    StreamError(E),
    TimeoutError(Error),
}

Error produces by TimeoutStream

A timeout itself doesn't produce an error, it will just end the stream.

Variants

An error occured in the underlying stream

Setting / checking the timeout failed

Methods

impl<E: Into<Error>> TimeoutStreamError<E>
[src]

Combine to an std::io::Error.

Trait Implementations

impl<E: Debug> Debug for TimeoutStreamError<E>
[src]

Formats the value using the given formatter.