Enum log_kv::LogKvError [] [src]

pub enum LogKvError {
    Io(Error),
    SerializeError(SerializeError),
    DeserializeError(DeserializeError),
}

Variants

Trait Implementations

impl Debug for LogKvError
[src]

Formats the value using the given formatter.

impl Display for LogKvError
[src]

Formats the value using the given formatter. Read more

impl Error for LogKvError
[src]

A short description of the error. Read more

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

impl From<Error> for LogKvError
[src]

Performs the conversion.

impl From<SerializeError> for LogKvError
[src]

Performs the conversion.

impl From<DeserializeError> for LogKvError
[src]

Performs the conversion.