Type Alias email::Error

source ·
pub type Error = Error;
Expand description

The global Error alias of the library.

Downcasting should suffice in most cases; since usecases for precise error variant identification in email-lib should be rare. While suitable for most libraries, using one error per module in a large library like email-lib complicates communication due to differences in errors.

Aliased Type§

struct Error { /* private fields */ }