Type Definition sqlx_migrate::MigrationError[][src]

pub type MigrationError = Error;
Expand description

An opaque error type returned by user-provided migration functions.

Currently anyhow::Error is used, but it should be considered an implementation detail.