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.
Aliased Typeยง
pub struct MigrationError { /* private fields */ }