Enums§
- All the ways the lifecycle of applying migrations can end in failure.
Traits§
- Converting a result with a generic
std::error::Error
to one with this crate’s error type. - Converting the
Result<AppliedMigration, E>
of a migration attempt to the pretty-printableMigrationResult
(which combines Ok/Err).