pub trait DeliveryError: Display + Send + Sync { }
Expand description

The error type of an unsuccessful delivery.

Implementations on Foreign Types§

source§

impl DeliveryError for Error

Implementors§