Enum slog::ser::Error [] [src]

pub enum Error {
    Io(Error),
    Other,
}

Serialization Error

Variants

io::Error

Other error

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.