//! Error type to simplify propagating different error types.
use Error as SqlxError;
/// Represent all ways a method can fail within SQLx.
///
/// I.e. not at all since sqlx isn't a dependency.
/// Error type to simplify propagating different error types.