[][src]Trait refinery_migrations::WrapMigrationError

pub trait WrapMigrationError<T, E> {
    fn migration_err(self, msg: &str) -> Result<T, Error>;
}

Required methods

fn migration_err(self, msg: &str) -> Result<T, Error>

Loading content...

Implementations on Foreign Types

impl<T, E> WrapMigrationError<T, E> for Result<T, E> where
    E: Error + Send + Sync + 'static, 
[src]

Loading content...

Implementors

Loading content...