Struct trust_dns::error::ParseError []

pub struct ParseError(pub ErrorKind, pub (Option<Box<Error + Send>>, Arc<Backtrace>));

Methods

impl Error

Important traits for ErrorChainIter<'a>

Trait Implementations

impl Debug for Error

Formats the value using the given formatter. Read more

impl Error for Error

A short description of the error. Read more

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

impl Display for Error

Formats the value using the given formatter. Read more

impl From<ProtoError> for Error

Performs the conversion.

impl From<Error> for Error

Performs the conversion.

impl From<DecodeError> for Error

Performs the conversion.

impl From<Error> for Error

Performs the conversion.

impl From<ParseIntError> for Error

Performs the conversion.

impl From<AddrParseError> for Error

Performs the conversion.

impl From<ErrorKind> for Error

Performs the conversion.

impl<'a> From<&'a str> for Error

Performs the conversion.

impl From<String> for Error

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ParseError

impl !Sync for ParseError