Enum slog_logram::TelegramDrainError [] [src]

pub enum TelegramDrainError {
    Telegram(TelegramError),
    Format(FmtError),
    Slog(Error),
}

Variants

Trait Implementations

impl Debug for TelegramDrainError
[src]

[src]

Formats the value using the given formatter.

impl Display for TelegramDrainError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for TelegramDrainError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<TelegramError> for TelegramDrainError
[src]

[src]

Performs the conversion.

impl From<FmtError> for TelegramDrainError
[src]

[src]

Performs the conversion.

impl From<Error> for TelegramDrainError
[src]

[src]

Performs the conversion.