pub trait WrapMigrationError<T, E> { // Required method fn migration_err( self, msg: &str, report: Option<&[Migration]>, ) -> Result<T, Error>; }