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