[−][src]Trait refinery_core::error::WrapMigrationError
Required methods
Loading content...Implementations on Foreign Types
impl<T, E> WrapMigrationError<T, E> for Result<T, E> where
E: Error + Send + Sync + 'static, [src]
E: Error + Send + Sync + 'static,
fn migration_err(
self,
msg: &str,
applied_migrations: Option<&Vec<Migration>>
) -> Result<T, Error>[src]
self,
msg: &str,
applied_migrations: Option<&Vec<Migration>>
) -> Result<T, Error>