Enum trust_dns::error::PersistenceErrorKind []

pub enum PersistenceErrorKind {
    Msg(String),
    Decode(ErrorKind),
    Encode(ErrorKind),
    Sqlite,
    WrongInsertCount(i32i32),
    RecoveryError(&'static str),
}

Variants

Methods

impl ErrorKind

Trait Implementations

impl Debug for ErrorKind

Formats the value using the given formatter.

impl Display for ErrorKind

Formats the value using the given formatter.

impl From<ErrorKind> for ErrorKind

Performs the conversion.

impl From<ErrorKind> for ErrorKind

Performs the conversion.

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

Performs the conversion.

impl From<String> for ErrorKind

Performs the conversion.